summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-10-26drm/radeon: fix hotplug race at startupDave Airlie1-0/+5
2016-10-26vgaarb: fix signal handling in vga_get()Kirill A. Shutemov1-2/+4
2016-04-27drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin1-2/+3
2016-04-27drm: crtc: integer overflow in drm_property_create_blob()Dan Carpenter1-1/+1
2016-04-27Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller1-0/+8
2016-04-27DRM - radeon: Don't link train DisplayPort on HPD until we get the dpcdStephen Chandler Paul1-0/+5
2016-03-21drm/radeon/combios: add some validation of lvds valuesAlex Deucher1-1/+6
2016-03-21drm: add a check for x/y in drm_mode_setcrtcZhao Junwang1-2/+5
2015-10-22drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling"Christian König5-5/+5
2015-10-22Revert "drm/radeon: Use drm_calloc_ab for CS relocs"Zefan Li1-2/+2
2015-10-22Revert "drm/i915: Don't skip request retirement if the active list is empty"Jani Nikula1-0/+3
2015-10-22drm/radeon: take the mode_config mutex when dealing with hpds (v2)Alex Deucher1-0/+2
2015-09-18drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä1-3/+0
2015-09-18drm/radeon: fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handlingChristian König5-6/+6
2015-09-18drm/radeon: Use drm_calloc_ab for CS relocsMichel Dänzer1-2/+2
2015-09-18drm/radeon: fix doublescan modes (v2)Alex Deucher1-2/+6
2015-06-19radeon: Do not directly dereference pointers to BIOS area.David Miller1-3/+7
2015-06-19drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-21/+25
2015-06-19drm/radeon: fix DRM_IOCTL_RADEON_CS oopsTommi Rantala1-1/+3
2015-06-19drm/radeon: do a posting read in si_set_irqAlex Deucher1-0/+3
2015-06-19drm/radeon: do a posting read in evergreen_set_irqAlex Deucher1-0/+3
2015-06-19drm/radeon: do a posting read in r600_set_irqAlex Deucher1-0/+3
2015-06-19drm/radeon: do a posting read in rs600_set_irqAlex Deucher1-0/+4
2015-06-19drm/radeon: do a posting read in r100_set_irqAlex Deucher1-0/+4
2015-06-19drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessaryAlex Deucher1-3/+1
2015-04-14drm/i915: Only fence tiled region of object.Bob Paauwe1-0/+14
2015-04-14drm/radeon: check the right ring in radeon_evict_flags()Alex Deucher1-1/+1
2015-04-14drm/vmwgfx: Fix fence event codeThomas Hellstrom1-11/+6
2015-04-14drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-19/+2
2015-04-14drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0...Petr Mladek1-0/+2
2015-04-14drm/i915: Unlock panel even when LVDS is disabledDaniel Vetter1-13/+11
2015-02-02drm/radeon: add missing crtc unlock when setting up the MCAlex Deucher1-0/+1
2015-02-02drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh1-3/+13
2014-12-01drm/radeon: add connector quirk for fujitsu boardAlex Deucher1-0/+7
2014-12-01drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-12-01drm/i915: Remove bogus __init annotation from DMI callbacksMathias Krause3-3/+3
2014-07-28drm/radeon: avoid leaking edid dataAlex Deucher1-0/+5
2014-07-18drm/radeon: stop poisoning the GART TLBChristian König1-2/+4
2014-07-09drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom1-1/+0
2014-07-09drm/radeon/atom: fix dithering on certain panelsAlex Deucher1-1/+4
2014-07-09drm/radeon: fix typo in radeon_connector_is_dp12_capable()Alex Deucher1-1/+1
2014-07-09drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiAlex Deucher1-22/+26
2014-06-08drm/radeon: always program the MC on startupAlex Deucher5-5/+10
2014-06-08drm/radeon: fix hdmi mode enable on RS600/RS690/RS740Alex Deucher1-2/+2
2014-06-08drm/ttm: Fix memory type compatibility checkThomas Hellstrom1-12/+20
2014-06-08drm/radeon: fix panel scaling with eDP and LVDS bridgesAlex Deucher1-3/+31
2014-06-08drm/i915: try not to lose backlight CBLV precisionJani Nikula1-1/+1
2014-06-08drm/radeon: Another card with wrong primary dac adjOndrej Zary1-2/+6
2014-06-08drm/i915: ensure single initialization and cleanup of backlight deviceJani Nikula4-8/+9
2014-06-08drm/i915: Workaround incoherence between fences and LLC across multiple CPUsChris Wilson1-0/+16