summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-08-29drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-08-29drm/vmwgfx: fix memory leak when too many retries have occurredColin Ian King1-1/+3
2019-08-29drm/rockchip: Suspend DP lateDouglas Anderson1-1/+1
2019-08-25drm/exynos: fix missing decrement of retry counterColin Ian King1-2/+2
2019-08-25drm: msm: Fix add_gpu_componentsJeffrey Hugo1-1/+2
2019-08-25drm/amdgpu: fix a potential information leaking bugWang Xiayang1-1/+1
2019-08-25drm/bridge: lvds-encoder: Fix build error while CONFIG_DRM_KMS_HELPER=mYueHaibing1-0/+1
2019-08-16drm/i915: Fix wrong escape clock divisor init for GLKStanislav Lisovskiy1-2/+2
2019-08-16drm: silence variable 'conn' set but not usedQian Cai1-1/+1
2019-08-16drm/amd/display: Increase size of audios arrayTai Man2-1/+2
2019-08-16drm/amd/display: Only enable audio if speaker allocation existsAlvin Lee1-1/+1
2019-08-16drm/amd/display: Fix dc_create failure handling and 666 color depthsJulian Parkin2-2/+5
2019-08-16drm/amd/display: use encoder's engine id to find matched free audio deviceTai Man1-1/+7
2019-08-16drm/amd/display: Wait for backlight programming completion in set backlight l...SivapiriyanKumarasamy1-0/+4
2019-08-06drm/i915/gvt: fix incorrect cache entry for guest page mappingXiaolin Zhang1-0/+12
2019-08-06drm/nouveau: fix memory leak in nouveau_conn_reset()Yongxin Liu1-1/+1
2019-07-31drm/msm: Depopulate platform on probe failureSean Paul1-3/+11
2019-07-31drm/rockchip: Properly adjust to a true clock in adjusted_modeDouglas Anderson1-1/+2
2019-07-31drm/amd/display: fix compilation errorHariprasad Kelam1-0/+1
2019-07-31drm/virtio: Add memory barriers for capset cache.David Riley2-0/+5
2019-07-31drm/amd/display: Always allocate initial connector state stateNicholas Kazlauskas1-3/+7
2019-07-31drm/crc-debugfs: Also sprinkle irqrestore over early exitsDaniel Vetter1-2/+2
2019-07-31drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entryDaniel Vetter1-2/+3
2019-07-31drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHzJyri Sarha1-2/+3
2019-07-31drm/bridge: tc358767: read display_props in get_modes()Tomi Valkeinen1-0/+7
2019-07-31drm/edid: Fix a missing-check bug in drm_load_edid_firmware()Gen Zhang1-0/+2
2019-07-31drm/amdkfd: Fix sdma queue map issueOak Zeng1-9/+12
2019-07-31drm/amdkfd: Fix a potential memory leakOak Zeng1-1/+4
2019-07-31drm/amd/display: Disable ABM before destroy ABM structPaul Hsieh1-0/+2
2019-07-31drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStETiecheng Zhou1-0/+3
2019-07-31drm/amd/display: Fill prescale_params->scale for RGB565Nicholas Kazlauskas1-0/+3
2019-07-31drm/panel: simple: Fix panel_simple_dsi_probePeter Ujfalusi1-1/+8
2019-07-26drm/edid: parse CEA blocks embedded in DisplayIDAndres Rodriguez1-11/+70
2019-07-26drm/nouveau/i2c: Enable i2c pads & busses during preinitLyude Paul1-0/+20
2019-07-21drm/udl: move to embedding drm device inside udl device.Dave Airlie4-37/+53
2019-07-21drm/udl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2019-07-21drm/udl: introduce a macro to convert dev to udl.Dave Airlie4-12/+14
2019-07-14drm: return -EFAULT if copy_to_user() failsDan Carpenter2-2/+8
2019-07-14drm/vmwgfx: fix a warning due to missing dma_parmsQian Cai1-0/+3
2019-07-14drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom1-5/+5
2019-07-10drm/fb-helper: generic: Don't take module ref for fbconNoralf Trønnes1-2/+4
2019-07-10drm/imx: only send event on crtc disable if kept disabledRobert Beckett1-1/+1
2019-07-10drm/imx: notify drm core before sending event during crtc disableRobert Beckett1-2/+2
2019-07-10drm/etnaviv: add missing failure path to destroy suballocLucas Stach1-2/+5
2019-07-10drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEAlex Deucher1-19/+0
2019-07-10drm/amd/powerplay: use hardware fan control if no powerplay fan tableEvan Quan3-1/+8
2019-07-10drm/i915/dmc: protect against reading random memoryLucas De Marchi1-0/+18
2019-07-10drm: panel-orientation-quirks: Add quirk for GPD MicroPCHans de Goede1-0/+16
2019-07-10drm: panel-orientation-quirks: Add quirk for GPD pocket2Hans de Goede1-0/+16
2019-07-10drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()Hsin-Yi Wang1-1/+9