summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r100.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-15drm/radeon: squash lines for simple wrapper functionsMasahiro Yamada1-5/+1
2016-05-04drm/radeon: Support DRM_MODE_PAGE_FLIP_ASYNCMichel Dänzer1-1/+1
2016-05-02drm/radeon: don't include RADEON_HPD_NONE in HPD IRQ enable bitsetsNicolai Stange1-2/+4
2016-05-02drm/radeon: allow to force hard GPU reset.Jérome Glisse1-1/+1
2016-02-10drm/radeon: Avoid double gpu reset by adding a timeout on IB ring tests.Matthew Dawson1-2/+8
2016-01-08radeon: r100: Silence 'may be used uninitialized' warningsTim Gardner1-2/+3
2015-12-04drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner1-0/+10
2015-12-04drm/radeon: Retry DDC probing on DVI on failure if we got an HPD interruptLyude1-1/+1
2015-05-28radeon: Deinline indirect register accessor functionsDenys Vlasenko1-0/+22
2015-03-03drm/radeon: do a posting read in r100_set_irqAlex Deucher1-0/+4
2015-01-22drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entryMichel Dänzer1-2/+8
2014-12-03drm/radeon: use pointers instead of indexes for CS chunksChristian König1-1/+1
2014-12-03drm/radeon: rename radeon_cs_reloc to radeon_bo_listChristian König1-4/+4
2014-11-06drm/radeon: make sure mode init is complete in bandwidth_updateAlex Deucher1-0/+3
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-9/+12
2014-09-18drm/radeon: Disable HDP flush before every CS again for < r600Michel Dänzer1-14/+14
2014-09-11drm/radeon: add the infrastructure for concurrent buffer accessChristian König1-9/+12
2014-08-18drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer1-4/+4
2014-08-05drm/radeon: Always flush the HDP cache before submitting a CS to the GPUMichel Dänzer1-5/+15
2014-08-05drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitlyMichel Dänzer1-1/+1
2014-08-05drm/radeon: Remove radeon_gart_restore()Michel Dänzer1-1/+0
2014-08-05drm/radeon: Inline r100_mm_rreg, -wreg, v3Lauri Kasanen1-33/+0
2014-07-18drm/radeon: use helpersRob Clark1-4/+2
2014-06-09drm/radeon: remove range check from *_gart_set_pageChristian König1-6/+2
2014-06-02drm/radeon: separate vblank and pflip crtc handlingChristian König1-2/+2
2014-06-02drm/radeon: split page flip and pending callbackChristian König1-3/+18
2014-06-02drm/radeon: remove (pre|post)_page_flip callbacksChristian König1-30/+0
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-2/+2
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie1-2/+0
2014-03-06drm/radeon: resume old pm lateAlex Deucher1-2/+0
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König1-20/+20
2014-02-18drm/radeon: drop radeon_ring_force_activityChristian König1-2/+0
2014-02-18drm/radeon: drop drivers copy of the rptrChristian König1-2/+1
2013-12-24drm/radeon: remove generic rptr/wptr functions (v2)Alex Deucher1-1/+30
2013-12-24drm/radeon/pm: move pm handling into the asic specific codeAlex Deucher1-0/+7
2013-11-15drm/radeon: allow semaphore emission to failChristian König1-1/+2
2013-11-06drm/radeon: Return -ENOENT when a mode object can't be foundVille Syrjälä1-1/+1
2013-09-20drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)Alex Ivanov1-3/+5
2013-09-11drm/radeon: add spinlocks for indirect register accesssAlex Deucher1-0/+7
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-1/+1
2013-08-30drm/radeon: remove special handling for the DMA ringChristian König1-1/+1
2013-07-23drm/radeon: s/drm_order/order_base_2/Daniel Vetter1-1/+1
2013-07-14drm/radeon: use radeon device for request firmwareJerome Glisse1-10/+1
2013-07-05drm/radeon: fix surface setup on r1xxAlex Deucher1-7/+4
2013-06-03radeon: Fix system hang issue when using KMS with older cardsAdis Hamzić1-3/+6
2013-04-22drm/radeon: update wait_for_vblank for r1xx-r4xxAlex Deucher1-24/+53
2013-01-31drm/radeon: consolidate redundant macros and constantsIlija Hadzic1-4/+4
2013-01-31drm/radeon: use common next_reloc functionIlija Hadzic1-62/+14
2013-01-31drm/radeon: rename r100_cs_dump_packet to radeon_cs_dump_packetIlija Hadzic1-33/+19
2013-01-31drm/radeon: use common cs packet parse functionIlija Hadzic1-51/+4