summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-271-1/+1
|\
| * drm/radeon: fix array out of boundstom will2016-05-161-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-231-1/+3
|\ \
| * | drm/radeon: make radeon_mn_get wait for mmap_sem killableMichal Hocko2016-05-231-1/+3
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-2330-423/+1077
|\ \ \ | |/ / |/| |
| * | drm: Nuke ->vblank_disable_allowedDaniel Vetter2016-05-211-1/+0
| * | drm: remove unused dev variablesArnd Bergmann2016-05-181-1/+0
| * | drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-174-11/+11
| |/
| * Merge tag 'v4.6-rc7' into drm-nextDave Airlie2016-05-0910-27/+245
| |\
| * \ Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-0626-406/+1064
| |\ \
| | * | drm/radeon: add cayman VM support for append packet.Dave Airlie2016-05-041-0/+21
| | * | drm/radeon: Allow setting shader registers using DMA/COPY packet3 on SI.Bas Nieuwenhuizen2016-05-042-1/+6
| | * | drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-0/+2
| | * | drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-041-1/+1
| | * | drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-042-2/+2
| | * | drm/radeon: add support for SET_APPEND_CNT packet3 (v2)Dave Airlie2016-05-043-1/+90
| | * | drm/radeon: handle more than 10 UVD sessionsArindam Nath2016-05-046-17/+44
| | * | drm/radeon: add support for loading new UVD fwArindam Nath2016-05-043-15/+49
| | * | drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNCMichel Dänzer2016-05-048-24/+35
| | * | drm/radeon: don't include RADEON_HPD_NONE in HPD IRQ enable bitsetsNicolai Stange2016-05-024-8/+16
| | * | drm/radeon: delete unused struct member suspend from radeon_deviceNils Wallménius2016-05-021-1/+0
| | * | drm/radeon: hard reset r600 and newer GPU when hibernating.Jérome Glisse2016-05-023-8/+14
| | * | drm/radeon: allow to force hard GPU reset.Jérome Glisse2016-05-0210-18/+44
| | * | drm/radeon: add driver option to disable vce block.Jérome Glisse2016-05-023-0/+7
| | * | drm/radeon: add driver option to disable uvd block.Jérome Glisse2016-05-023-0/+8
| | * | drm/radeon: consolidate cik vce initialization and startup code.Jérome Glisse2016-05-021-45/+91
| | * | drm/radeon: consolidate si vce initialization and startup code.Jérome Glisse2016-05-021-46/+93
| | * | drm/radeon: consolidate ni vce initialization and startup code.Jérome Glisse2016-05-021-48/+91
| | * | drm/radeon: add a vce flag to know if need to initialize vce or not.Jérome Glisse2016-05-022-2/+10
| | * | drm/radeon: consolidate cik uvd initialization and startup code.Jérome Glisse2016-05-021-29/+79
| | * | drm/radeon: consolidate si uvd initialization and startup code.Jérome Glisse2016-05-021-30/+70
| | * | drm/radeon: consolidate ni uvd initialization and startup code.Jérome Glisse2016-05-021-26/+74
| | * | drm/radeon: consolidate evergreen uvd initialization and startup code.Jérome Glisse2016-05-021-28/+74
| | * | drm/radeon: consolidate rv770 uvd initialization and startup code.Jérome Glisse2016-05-021-28/+74
| | * | drm/radeon: consolidate r600 uvd initialization and startup code.Jérome Glisse2016-05-021-29/+70
| * | | drm/radeon: Use lockless gem BO free callbackDaniel Vetter2016-05-041-1/+1
| * | | drm/radeon: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
| |/ /
| * | Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-224-5/+11
| |\ \
| * \ \ Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-061-2/+0
| |\ \ \
| | * | | vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-2/+0
* | | | | drm/radeon: fix DP mode validationAlex Deucher2016-05-121-2/+2
* | | | | drm/radeon: fix PLL sharing on DCE6.1 (v2)Lucas Stach2016-05-051-0/+10
* | | | | drm/radeon: fix DP link training issue with second 4K monitorArindam Nath2016-05-051-1/+1
| |_|_|/ |/| | |
* | | | drm/radeon: make sure vertical front porch is at least 1Alex Deucher2016-05-031-0/+4
* | | | drm/radeon: fix vertical bars appear on monitor (v2)Vitaly Prosyak2016-04-272-1/+199
* | | | drm/radeon: forbid mapping of userptr bo through radeon device fileJérôme Glisse2016-04-211-0/+2
* | | | drm/radeon: print a message if ATPX dGPU power control is missingAlex Deucher2016-04-181-1/+4
* | | | Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control"Alex Deucher2016-04-182-11/+5
* | | | drm/radeon: add a quirk for a XFX R9 270XAlex Deucher2016-04-181-0/+1
* | | | drm/radeon: print pci revision as well as pci ids on driver loadAlex Deucher2016-04-181-3/+3
OpenPOWER on IntegriCloud