summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-11-26drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu1-1/+1
2017-11-11drm/i915: Clean up multi-threaded forcewake patchKeith Packard3-11/+9
2017-10-12drm/i915: Disable MSI for all pre-gen5Ville Syrjälä1-3/+5
2017-09-15drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher1-0/+7
2017-09-15drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter1-0/+2
2017-08-26drm/i915: fix use-after-free in page_flip_completed()Andrey Ryabinin1-2/+2
2017-07-18drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-07-18drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-07-18drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-25/+49
2017-06-05drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-06-05drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2017-06-05drm/radeon: handle vfct with multiple vbios imagesAlex Deucher1-31/+37
2017-06-05drm/ttm: Make sure BOs being swapped out are cacheableMichel Dänzer1-2/+2
2016-11-20drm: Reject page_flip for !DRIVER_MODESETDaniel Vetter1-0/+3
2016-11-20drm/radeon: fix radeon_move_blit on 32bit systemsChristian König1-2/+2
2016-11-20drm/edid: Add 6 bpc quirk for display AEO model 0.Mario Kleiner1-0/+8
2016-11-20drm/radeon: fix firmware info version checksAlex Deucher1-2/+2
2016-11-20drm/radeon: Poll for both connect/disconnect on analog connectorsLyude1-6/+9
2016-08-23drm/radeon: fix asic initialization for virtualized environmentsAlex Deucher1-0/+21
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