summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-08-21drm: kirin: Move channel formats to driver dataXu YiPing2-23/+10
2019-08-21drm: kirin: Move ade crtc/plane help functions to driver_dataXu YiPing2-5/+15
2019-08-21drm: kirin: Reanme dc_ops to kirin_drm_dataXu YiPing3-11/+11
2019-08-21drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to kirin_drm_drv.hXu YiPing2-25/+26
2019-08-21drm: kirin: Move workqueue to ade_hw_ctx structureJohn Stultz1-7/+5
2019-08-21drm: kirin: Move request irq handle in ade hw ctx allocXu YiPing1-12/+17
2019-08-21drm: kirin: Dynamically allocate the hw_ctxXu YiPing1-15/+24
2019-08-21drm: kirin: Rename ade_crtc to kirin_crtcXu YiPing1-37/+37
2019-08-21drm: kirin: Rename ade_plane to kirin_planeXu YiPing1-28/+29
2019-08-21drm: kirin: Remove out_format from ade_crtcXu YiPing1-6/+3
2019-08-21drm: kirin: Remove uncessary parameter indirectionXu YiPing1-7/+5
2019-08-21drm: kirin: Remove unreachable returnJohn Stultz1-2/+0
2019-08-21drm: kirin: Remove HISI_KIRIN_DW_DSI config optionJohn Stultz2-11/+2
2019-08-21drm: kirin: Fix for hikey620 display offset problemDa Lv2-0/+23
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding4-41/+77
2019-08-20drm/komeda: Add support for 'memory-region' DT node propertyMihail Atanassov1-0/+9
2019-08-20dw-hdmi-cec: use cec_notifier_cec_adap_(un)registerDariusz Marcinkiewicz1-7/+6
2019-08-20drm: dw-hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz1-15/+30
2019-08-19drm/i915: Select DMABUF_SELFTESTS for the default i915.ko debug buildChris Wilson1-0/+1
2019-08-19drm/drv: Use // for comments in example codeJonathan Neuschäfer1-8/+6
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-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 Wilson2-6/+10
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-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson2-8/+23
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