summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/atomic: Handling the case when setting old crtc for planeSatendra Singh Thakur2018-08-061-1/+3
* drm/radeon: fix mode_valid's return typeLuc Van Oostenryck2018-08-061-5/+5
* drm: set FMODE_UNSIGNED_OFFSET for drm filesDave Airlie2018-06-131-0/+1
* drm/i915: Disable LVDS on Radiant P845Ondrej Zary2018-06-061-0/+8
* drm/rockchip: Respect page offset for PRIME mmap callsØrjan Eide2018-05-301-1/+6
* virtio-gpu: fix ioctl and expose the fixed status to userspace.Dave Airlie2018-05-301-6/+11
* drm/exynos: fix comparison to bitshift when dealing with a maskWolfram Sang2018-05-301-1/+1
* drm/vmwgfx: Fix a buffer object leakThomas Hellstrom2018-05-161-0/+1
* drm/virtio: fix vq wait_event conditionGerd Hoffmann2018-05-021-2/+2
* drm/radeon: Fix PCIe lane width calculationPaul Parsons2018-04-241-2/+2
* radeon: hide pointless #warning when compile testingArnd Bergmann2018-04-241-1/+2
* drm/omap: fix tiled buffer stride calculationsTomi Valkeinen2018-04-131-2/+2
* drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman2018-03-281-2/+7
* drm/radeon: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-281-19/+12
* drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-284-16/+34
* drm/omap: DMM: Check for DMM readiness after successful transaction commitPeter Ujfalusi2018-03-241-0/+5
* drm/msm: fix leak in failed get_pagesPrakash Kamliya2018-03-241-4/+10
* drm/nouveau/kms: Increase max retries in scanout position queries.Mario Kleiner2018-03-241-1/+1
* drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-221-19/+12
* drm/amdkfd: Fix memory leaks in kfd topologyYong Zhao2018-03-221-0/+10
* drm/edid: set ELD connector type in drm_edid_to_eld()Jani Nikula2018-03-221-2/+7
* drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)Christopher James Halse Rogers2018-03-221-0/+6
* drm/radeon: Fail fb creation from imported dma-bufs.Christopher James Halse Rogers2018-03-221-0/+6
* drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2018-03-221-1/+3
* drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Chris Wilson2018-03-221-2/+12
* drm: qxl: Don't alloc fbdev if emulation is not supportedGabriel Krisman Bertazi2018-03-221-1/+8
* drm/amdgpu: fix KV harvestingAlex Deucher2018-03-181-28/+2
* drm/radeon: fix KV harvestingAlex Deucher2018-03-181-29/+2
* drm/amdgpu: Notify sbios device ready before send requestRex Zhu2018-03-181-0/+3
* drm/amdgpu: Fix deadlock on runtime suspendLukas Wunner2018-03-181-20/+38
* drm/radeon: Fix deadlock on runtime suspendLukas Wunner2018-03-181-25/+49
* drm/nouveau: Fix deadlock on runtime suspendLukas Wunner2018-03-181-5/+13
* drm: Allow determining if current task is output poll workerLukas Wunner2018-03-181-0/+20
* drm/ttm: check the return value of kzallocXiongwei Song2018-03-031-0/+2
* drm/nouveau/pci: do a msi rearm on initKarol Herbst2018-03-031-0/+7
* drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)Alex Deucher2018-02-281-2/+0
* drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAKai-Heng Feng2018-02-281-0/+3
* drm/gma500: remove helper functionSudip Mukherjee2018-02-251-11/+1
* drm/gma500: Sanity-check pipe indexThierry Reding2018-02-251-3/+7
* drm/nouveau: hide gcc-4.9 -Wmaybe-uninitializedArnd Bergmann2018-02-251-1/+1
* drm/vmwgfx: use *_32_bits() macrosPaul Bolle2018-02-251-5/+2
* drm/armada: fix leak of crtc structureRussell King2018-02-251-12/+13
* drm: Require __GFP_NOFAIL for the legacy drm_modeset_lock_allChris Wilson2018-02-251-1/+1
* drm/radeon: adjust tested variableJulia Lawall2018-02-221-1/+1
* drm: rcar-du: Fix race condition when disabling planes at CRTC stopLaurent Pinchart2018-02-162-6/+56
* drm: rcar-du: Use the VBK interrupt for vblank eventsLaurent Pinchart2018-02-161-1/+1
* drm/omap: Fix error handling path in 'omap_dmm_probe()'Christophe JAILLET2018-02-031-1/+2
* drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling2018-02-031-0/+18
* drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl2018-02-031-2/+2
* drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled modeFelix Kuehling2018-02-031-13/+34