summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-05-09drm/bridge: vga-dac: Fix edid memory leakSean Paul1-1/+3
2018-05-09drm/vmwgfx: Fix a buffer object leakThomas Hellstrom1-0/+1
2018-05-02drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shadersNicolai Hähnle1-2/+5
2018-05-02drm/virtio: fix vq wait_event conditionGerd Hoffmann1-2/+2
2018-04-29drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak3-8/+13
2018-04-29drm/i915: Fix LSPCON TMDS output buffer enabling from low-power stateImre Deak1-7/+32
2018-04-29drm/vc4: Fix memory leak during BO teardownDaniel J Blueman2-0/+3
2018-04-24drm/radeon: Fix PCIe lane width calculationPaul Parsons1-2/+2
2018-04-24drm/rockchip: Clear all interrupts before requesting the IRQMarc Zyngier1-11/+12
2018-04-24drm/amdgpu: Fix PCIe lane width calculationAlex Deucher1-2/+2
2018-04-24drm/amdgpu: Fix always_valid bos multiple LRU insertions.Bas Nieuwenhuizen2-3/+5
2018-04-24drm/amdgpu: Add an ATPX quirk for hybrid laptopAlex Deucher1-0/+1
2018-04-20radeon: hide pointless #warning when compile testingArnd Bergmann1-1/+2
2018-04-13drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...Christophe JAILLET1-5/+8
2018-04-13drm/omap: fix tiled buffer stride calculationsTomi Valkeinen1-2/+2
2018-04-13drm/amdkfd: NULL dereference involving create_process()Dan Carpenter1-1/+2
2018-04-13drm/sun4i: Ignore the generic connectors for componentsMaxime Ripard1-0/+12
2018-04-13drm/msm: Take the mutex before calling msm_gem_new_implJordan Crouse1-0/+6
2018-03-28drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman1-2/+7
2018-03-28drm/radeon: Don't turn off DP sink when disconnectedMichel Dänzer1-19/+12
2018-03-28drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom4-16/+34
2018-03-24drm/omap: DMM: Check for DMM readiness after successful transaction commitPeter Ujfalusi1-0/+5
2018-03-24omapdrm: panel: fix compatible vendor string for td028ttec1H. Nikolaus Schaller1-0/+3
2018-03-24drm/tilcdc: ensure nonatomic iowrite64 is not usedLogan Gunthorpe1-1/+1
2018-03-24drm/msm: fix leak in failed get_pagesPrakash Kamliya1-4/+10
2018-03-24drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner1-1/+1
2018-03-24drm/amdgpu: fix gpu reset crashChunming Zhou1-3/+4
2018-03-22drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer1-19/+12
2018-03-22drm/amdgpu: fix prime teardown orderChristian König2-2/+2
2018-03-22drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao1-0/+10
2018-03-22drm/edid: set ELD connector type in drm_edid_to_eld()Jani Nikula1-2/+7
2018-03-22drm/rockchip: vop: Enable pm domain before vop_initialJeffy Chen1-8/+21
2018-03-22drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)Christopher James Halse Rogers1-0/+6
2018-03-22drm/radeon: Fail fb creation from imported dma-bufs.Christopher James Halse Rogers1-0/+6
2018-03-22drm: rcar-du: Handle event when disabling CRTCsLaurent Pinchart1-0/+7
2018-03-22drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh1-1/+3
2018-03-22drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle1-5/+7
2018-03-22drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Chris Wilson1-2/+12
2018-03-22drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai1-7/+15
2018-03-22drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai1-0/+5
2018-03-22drm/sun4i: Fix up error path cleanup for master bind functionChen-Yu Tsai1-5/+11
2018-03-22drm: qxl: Don't alloc fbdev if emulation is not supportedGabriel Krisman Bertazi1-1/+8
2018-03-18drm/amdgpu:Always save uvd vcpu_bo in VM ModeJames Zhu1-5/+8
2018-03-18drm/amdgpu:Correct max uvd handlesJames Zhu1-1/+1
2018-03-18drm/amdgpu: fix KV harvestingAlex Deucher1-28/+2
2018-03-18drm/radeon: fix KV harvestingAlex Deucher1-29/+2
2018-03-18drm/amdgpu: Notify sbios device ready before send requestRex Zhu1-0/+3
2018-03-18drm/amdgpu: Fix deadlock on runtime suspendLukas Wunner1-20/+38
2018-03-18drm/radeon: Fix deadlock on runtime suspendLukas Wunner1-25/+49
2018-03-18drm/nouveau: Fix deadlock on runtime suspendLukas Wunner1-5/+13