summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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/+29
2016-05-01drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.Mario Kleiner1-2/+4
2016-04-01Revert "drm/radeon: call hpd_irq_event on resume"Linus Torvalds1-1/+0
2016-04-01drm/i915: fix error path in intel_setup_gmbus()Rasmus Villemoes1-1/+1
2016-02-27drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2016-02-13drm/radeon: clean up fujitsu quirksAlex Deucher1-9/+3
2016-02-13drm/radeon: call hpd_irq_event on resumeAlex Deucher1-0/+1
2016-01-23drm/radeon: fix hotplug race at startupDave Airlie1-0/+5
2015-12-30vgaarb: fix signal handling in vga_get()Kirill A. Shutemov1-2/+4
2015-12-30drm: Fix an unwanted master inheritance v2Thomas Hellstrom2-37/+65
2015-12-30drm/ttm: Fixed a read/write lock imbalanceThomas Hellstrom1-1/+1
2015-11-17drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin1-2/+3
2015-10-13Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller1-0/+8
2015-10-13drm/i915: Always mark the object as dirty when used by the GPUChris Wilson1-1/+1
2015-10-13DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcdStephen Chandler Paul1-0/+5
2015-08-12drm/radeon/combios: add some validation of lvds valuesAlex Deucher1-1/+6
2015-08-12drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULLMichel Dänzer1-4/+8
2015-08-12drm: add a check for x/y in drm_mode_setcrtcZhao Junwang1-2/+5
2015-08-12drm: Check crtc x and y coordinatesVille Syrjälä1-0/+4
2015-08-12drm/radeon: take the mode_config mutex when dealing with hpds (v2)Alex Deucher1-0/+2
2015-08-07drm/radeon: fix doublescan modes (v2)Alex Deucher1-2/+6
2015-05-10radeon: Do not directly dereference pointers to BIOS area.David Miller1-3/+7
2015-05-10drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-22/+25
2015-05-10drm/radeon: fix DRM_IOCTL_RADEON_CS oopsTommi Rantala1-1/+3
2015-05-10drm/radeon: do a posting read in evergreen_set_irqAlex Deucher1-0/+3
2015-05-10drm/radeon: do a posting read in r600_set_irqAlex Deucher1-0/+3
2015-05-10drm/radeon: do a posting read in rs600_set_irqAlex Deucher1-0/+4
2015-05-10drm/radeon: do a posting read in r100_set_irqAlex Deucher1-0/+4
2015-05-10drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessaryAlex Deucher1-3/+1
2015-02-20drm/i915: Only fence tiled region of object.Bob Paauwe1-0/+14
2015-02-20drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-19/+2
2015-01-01drm: fix DRM_IOCTL_MODE_GETFB handle-leakDavid Herrmann1-1/+11
2015-01-01drm/i915: Unlock panel even when LVDS is disabledDaniel Vetter1-13/+12
2014-12-14drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh1-3/+13
2014-11-05drm/radeon: add connector quirk for fujitsu boardAlex Deucher1-0/+7
2014-11-05drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-11-05drm/i915: Remove bogus __init annotation from DMI callbacksMathias Krause2-2/+2
2014-09-14drm/radeon: load the lm63 driver for an lm64 thermal chip.Alex Deucher1-2/+2
2014-09-14drm/ttm: Fix possible stack overflow by recursive shrinker calls.Tetsuo Handa1-3/+10
2014-09-14drm/radeon: fix irq ring buffer overflow handlingChristian König2-0/+2
2014-08-06drm/radeon: avoid leaking edid dataAlex Deucher1-0/+5
2014-08-06drm/radeon/dp: return -EIO for flags not zero caseAlex Deucher1-1/+1
2014-08-06drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom1-1/+0
2014-07-11drm: fix NULL pointer access by wrong ioctlZhaowei Yuan1-1/+2
2014-07-11drm/radeon: stop poisoning the GART TLBChristian König1-2/+5
2014-07-11drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiAlex Deucher1-22/+26
2014-07-11drm/radeon/atom: fix dithering on certain panelsAlex Deucher1-1/+4
2014-07-11drm/radeon: fix typo in radeon_connector_is_dp12_capable()Alex Deucher1-1/+1
2014-07-11drm/i915: Only copy back the modified fields to userspace from execbufferChris Wilson1-24/+32