summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-08-19drm/panfrost: Remove opp table when unloadingSteven Price3-1/+11
2019-08-19drm/panfrost: Enable devfreq to work without regulatorSteven Price1-5/+2
2019-08-19drm/panfrost: Implement per FD address spacesRob Herring9-87/+236
2019-08-19drm/panfrost: Fix missing unlock on error in panfrost_mmu_map_fault_addr()Wei Yongjun1-1/+4
2019-08-19udlfb: Make dlfb_ops constantNishka Dasgupta1-1/+1
2019-08-19video: fbdev/mmp/core: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-08-19video: fbdev: viafb: Remove dead codeSouptick Joarder1-43/+0
2019-08-19video: fbdev: aty[128]fb: Remove dead codeSouptick Joarder2-47/+0
2019-08-19video: fbdev: sh_mobile_lcdcfb: Mark expected switch fall-throughAnders Roxell1-0/+2
2019-08-19video: fbdev: radeonfb: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-08-19video: fbdev: sm712fb: Use dev_get_drvdataChuhong Yuan1-6/+2
2019-08-19video: fbdev: pvr2fb: remove unnecessary comparison of unsigned integer with < 0Gustavo A. R. Silva1-4/+2
2019-08-19efifb: BGRT: Improve efifb_bgrt_sanity_checkHans de Goede1-21/+6
2019-08-19drm/xen-front: Make structure fb_funcs constantNishka Dasgupta1-1/+1
2019-08-18drm/vboxvideo: Make structure vbox_fb_helper_funcs constantNishka Dasgupta1-1/+1
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson3-13/+19
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson1-32/+12
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson1-3/+6
2019-08-17drm/panel: tpo-td043mtea1: remove redundant assignmentColin Ian King1-1/+1
2019-08-16drm/omap: displays: Remove unused panel driversLaurent Pinchart9-2493/+0
2019-08-16video: omapfb2: Make standard and custom panel drivers mutually exclusiveLaurent Pinchart1-0/+5
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson4-44/+127
2019-08-14drm/panel: Add driver for the Toppoly TD043MTEA1 panelLaurent Pinchart4-1/+518
2019-08-14drm/panel: Add driver for the Toppoly TD028TTEC1 panelLaurent Pinchart4-5/+413
2019-08-14drm/panel: Add driver for the Sony ACX565AKM panelLaurent Pinchart4-1/+711
2019-08-14drm/panel: Add driver for the Sharp LS037V7DW01 panelLaurent Pinchart4-1/+235
2019-08-14drm/panel: Add driver for the NEC NL8048HL11 panelLaurent Pinchart4-1/+258
2019-08-14drm/panel: Add driver for the LG Philips LB035Q02 panelLaurent Pinchart3-0/+246
2019-08-14drm/aspeed: gfc_crtc: Make structure aspeed_gfx_funcs constantNishka Dasgupta1-1/+1
2019-08-14drm/arm: drop use of drmP.hSam Ravnborg8-20/+41
2019-08-14drm/armada: drop use of drmP.hSam Ravnborg10-12/+49
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg15-16/+46
2019-08-14drm/i2c/tda998x: drop use of drmP.hSam Ravnborg1-1/+1
2019-08-14drm/bridge: dumb-vga-dac: Fix dereferencing -ENODEV DDC channelGeert Uytterhoeven1-3/+4
2019-08-14drm/bridge: dw-hdmi-i2s: add .get_eld supportJerome Brunet3-0/+13
2019-08-14drm/bridge: dw-hdmi-i2s: enable only the required i2s lanesJerome Brunet2-2/+19
2019-08-14drm/bridge: dw-hdmi-i2s: reset audio fifo before applying new paramsJerome Brunet2-2/+5
2019-08-14drm/bridge: dw-hdmi-i2s: set the channel allocationJerome Brunet1-0/+1
2019-08-14drm/bridge: dw-hdmi-i2s: enable lpcm multi channelsJerome Brunet1-1/+2
2019-08-14drm/bridge: dw-hdmi: set channel count in the infoframesJerome Brunet1-0/+4
2019-08-14drm/bridge: dw-hdmi: move audio channel setup out of ahbJerome Brunet2-16/+36
2019-08-14drm/bridge: dw-hdmi-i2s: support more i2s formatJerome Brunet2-5/+27
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König97-451/+444
2019-08-13dma-buf: nuke reservation_object seq numberChristian König1-19/+5
2019-08-13dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson1-9/+7
2019-08-12drm/panfrost: Bump driver version to 1.1Rob Herring1-1/+6
2019-08-12drm/panfrost: Add support for GPU heap allocationsRob Herring5-17/+171
2019-08-12drm/panfrost: Convert MMU IRQ handler to threaded handlerRob Herring1-5/+15
2019-08-12drm/panfrost: Consolidate reset handlingRob Herring5-21/+22
2019-08-12drm/panfrost: Add a no execute flag for BO allocationsRob Herring4-10/+94