summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2016-05-05drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2016-05-05drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1
2016-05-05drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2-2/+2
2016-05-05drm/radeon: add support for SET_APPEND_CNT packet3 (v2)Dave Airlie3-1/+90
2016-05-05drm/radeon: handle more than 10 UVD sessionsArindam Nath6-17/+44
2016-05-05drm/radeon: add support for loading new UVD fwArindam Nath3-15/+49
2016-05-05drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNCMichel Dänzer8-24/+35
2016-05-02drm/radeon: don't include RADEON_HPD_NONE in HPD IRQ enable bitsetsNicolai Stange4-8/+16
2016-05-02drm/radeon: delete unused struct member suspend from radeon_deviceNils Wallménius1-1/+0
2016-05-02drm/radeon: hard reset r600 and newer GPU when hibernating.Jérome Glisse3-8/+14
2016-05-02drm/radeon: allow to force hard GPU reset.Jérome Glisse10-18/+44
2016-05-02drm/radeon: add driver option to disable vce block.Jérome Glisse3-0/+7
2016-05-02drm/radeon: add driver option to disable uvd block.Jérome Glisse3-0/+8
2016-05-02drm/radeon: consolidate cik vce initialization and startup code.Jérome Glisse1-45/+91
2016-05-02drm/radeon: consolidate si vce initialization and startup code.Jérome Glisse1-46/+93
2016-05-02drm/radeon: consolidate ni vce initialization and startup code.Jérome Glisse1-48/+91
2016-05-02drm/radeon: add a vce flag to know if need to initialize vce or not.Jérome Glisse2-2/+10
2016-05-02drm/radeon: consolidate cik uvd initialization and startup code.Jérome Glisse1-29/+79
2016-05-02drm/radeon: consolidate si uvd initialization and startup code.Jérome Glisse1-30/+70
2016-05-02drm/radeon: consolidate ni uvd initialization and startup code.Jérome Glisse1-26/+74
2016-05-02drm/radeon: consolidate evergreen uvd initialization and startup code.Jérome Glisse1-28/+74
2016-05-02drm/radeon: consolidate rv770 uvd initialization and startup code.Jérome Glisse1-28/+74
2016-05-02drm/radeon: consolidate r600 uvd initialization and startup code.Jérome Glisse1-29/+70
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie4-5/+11
2016-04-07Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-4/+10
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+0
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-04-01drm/radeon: Only call drm_vblank_on/off between drm_vblank_init/cleanupMichel Dänzer2-4/+8
2016-04-01drm/radeon: Set vblank_disable_allowed = trueMichel Dänzer1-0/+2
2016-04-01Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie3-0/+16
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-2/+0
2016-03-28drm/radeon: Don't move pinned BOsMichel Dänzer2-0/+10
2016-03-28drm/radeon: add a dpm quirk for all R7 370 partsAlex Deucher1-0/+4
2016-03-28drm/radeon: add another R7 370 quirkAlex Deucher1-0/+1
2016-03-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-16/+6
2016-03-25drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5Alex Deucher1-0/+1
2016-03-22drm/radeon/mst: cleanup code indentationDave Airlie1-8/+6
2016-03-22drm/radeon/mst: fix regression in lane/link handling.Dave Airlie1-10/+2
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds53-1986/+1682
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-03-18Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie39-1925/+1529
2016-03-17Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie5-11/+19
2016-03-17drm/radeon: fix indentation.Jérome Glisse39-406/+407
2016-03-17Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2016-03-14drm/radeon: refactor SI tiling table initializationJosh Poimboeuf1-486/+439
2016-03-14drm/radeon: refactor CIK tiling table initializationJosh Poimboeuf1-1025/+666
2016-03-14drm/radeon: rework fbdev handling on chips with no connectorsAlex Deucher2-8/+17
2016-03-14Merge drm-fixes into drm-next.Dave Airlie6-15/+48
2016-03-10Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-9/+20