summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-11-20drm/radeon: Don't leak runtime pm ref on driver unloadLukas Wunner1-1/+3
2016-11-20drm/nouveau: Don't leak runtime pm ref on driver unloadLukas Wunner1-1/+4
2016-08-23drm/i915/ilk: Don't disable SSC source if it's in useLyude1-14/+34
2016-08-23drm/radeon: fix asic initialization for virtualized environmentsAlex Deucher1-0/+21
2016-08-23drm/nouveau/fbcon: fix out-of-bounds memory accessesBen Skeggs4-13/+7
2016-08-23drm/i915: Don't leave old junk in ilk active watermarks on readoutVille Syrjälä1-0/+2
2016-08-23drm/fb_helper: Fix references to dev->mode_config.num_connectorLyude1-3/+2
2016-08-23drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()Lyude1-3/+3
2016-08-23drm/i915: Prevent machine death on Ivybridge context switchingChris Wilson1-2/+12
2016-08-23drm/gma500: Fix possible out of bounds readItai Handler1-1/+1
2016-06-15drm/i915: Bail out of pipe config compute loop on LPTDaniel Vetter1-1/+7
2016-06-15drm/radeon: fix PLL sharing on DCE6.1 (v2)Lucas Stach1-0/+10
2016-06-15drm/radeon: make sure vertical front porch is at least 1Alex Deucher1-0/+4
2016-06-15drm/i915: Fix system resume if PCI device remained enabledImre Deak1-0/+32
2016-06-15drm/radeon: add a quirk for a XFX R9 270XAlex Deucher1-0/+1
2016-06-15drm/i915/userptr: Hold mmref whilst calling get-user-pagesChris Wilson1-12/+17
2016-06-15drm/qxl: fix cursor position with non-zero hotspotJohn Keeping2-4/+11
2016-05-01drm/udl: Use unlocked gem unreferencingDaniel Vetter2-2/+2
2016-05-01drm/dp: move hw_mutex up the call stackRob Clark1-10/+17
2016-05-01drm/radeon: add a dpm quirk for all R7 370 partsAlex Deucher1-0/+4
2016-05-01drm/radeon: add another R7 370 quirkAlex Deucher1-0/+1
2016-05-01drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5Alex Deucher1-0/+1
2016-05-01drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.Mario Kleiner1-2/+4
2016-05-01drm/radeon: add PX quirk for asus K53TKAlex Deucher1-0/+4
2016-05-01drm/radeon: add a PX quirk listAlex Deucher2-20/+51
2016-04-11drm/radeon: hold reference to fences in radeon_sa_bo_new (3.17 and older)Nicolai Hähnle1-0/+7
2016-03-24Revert "drm/radeon/pm: adjust display configuration after powerstate"Alex Deucher1-3/+2
2016-03-24Revert "drm/radeon: call hpd_irq_event on resume"Linus Torvalds1-1/+0
2016-03-24drm/radeon/pm: update current crtc info after setting the powerstateAlex Deucher1-4/+4
2016-03-24drm/ast: Fix incorrect register check for DRAM widthTimothy Pearson1-1/+1
2016-03-24Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new"Luis Henriques1-5/+0
2016-03-08drm/radeon/pm: adjust display configuration after powerstateAlex Deucher1-2/+3
2016-03-04drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_commandGerd Hoffmann1-1/+2
2016-03-04drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-03-04drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-03-04drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula1-1/+1
2016-03-04drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula1-0/+6
2016-02-25drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom1-2/+2
2016-02-25drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2016-02-25drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-02-17drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2016-02-02drm/i915: On fb alloc failure, unref gem object where it gets refedLukas Wunner1-7/+14
2016-02-02drm/i915: avoid deadlock on failure paths in __intel_framebuffer_create()Alexey Khoroshilov1-2/+2
2016-02-02drm/nouveau/kms: take mode_config mutex in connector hotplug pathBen Skeggs1-0/+3
2016-02-02drm/radeon: clean up fujitsu quirksAlex Deucher1-9/+3
2016-02-02drm/radeon: call hpd_irq_event on resumeAlex Deucher1-0/+1
2016-01-28drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4cHans de Goede1-1/+1
2016-01-25drm/i915: Fix SRC_COPY width on 830/845gChris Wilson1-1/+1
2016-01-19vgaarb: fix signal handling in vga_get()Kirill A. Shutemov1-2/+4
2016-01-19radeon: Fix VCE IB test on Big-Endian systemsOded Gabbay1-34/+34