aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r300.c
AgeCommit message (Expand)Author
5 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-06-09drm/radeon: Remove unnecessary (void*) conversionsSu Hui
2023-01-18drm/radeon: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2021-06-22drm/radeon: delete useless function return values & remove meaningless if(r) ...Bernard Zhao
2021-02-18drm/radeon: do not use drm middle layer for debugfs (v2)Nirmoy Das
2020-11-24drm/radeon: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-06-10drm/radeon: drop use of drmP.h (2/2)Sam Ravnborg
2019-06-10drm/radeon: drop dependency on drm_os_linux.hSam Ravnborg
2018-11-05drm/radeon/r300: Mark expected switch fall-throughsGustavo A. R. Silva
2017-03-29gpu: drm: amd/radeon: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-05-02drm/radeon: allow to force hard GPU reset.Jérome Glisse
2015-05-28radeon: Deinline indirect register accessor functionsDenys Vlasenko
2015-01-22drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entryMichel Dänzer
2014-12-03drm/radeon: use pointers instead of indexes for CS chunksChristian König
2014-12-03drm/radeon: rename radeon_cs_reloc to radeon_bo_listChristian König
2014-08-18drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer
2014-08-05drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitlyMichel Dänzer
2014-08-05drm/radeon: Remove radeon_gart_restore()Michel Dänzer
2014-06-09drm/radeon: remove range check from *_gart_set_pageChristian König
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie
2014-03-06drm/radeon: resume old pm lateAlex Deucher
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König
2013-12-24drm/radeon/pm: move pm handling into the asic specific codeAlex Deucher
2013-08-20Docs: Comment: Fixed egregious typosMichael Witten
2013-06-03radeon: Fix system hang issue when using KMS with older cardsAdis Hamzić
2013-01-31drm/radeon: consolidate redundant macros and constantsIlija Hadzic
2013-01-31drm/radeon: use common next_reloc functionIlija Hadzic
2013-01-31drm/radeon: rename r100_cs_dump_packet to radeon_cs_dump_packetIlija Hadzic
2013-01-31drm/radeon: use common cs packet parse functionIlija Hadzic
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-20drm/radeon: Mark all possible functions / structs as staticLauri Kasanen
2012-07-17drm/radeon: move radeon_ib_ring_tests out of chipset codeChristian König
2012-07-17drm/radeon: remove ip_pool start/suspendChristian König
2012-05-09drm/radeon: make the ib an inline objectJerome Glisse
2012-05-03drm/radeon: remove r300_gpu_is_lockupChristian König
2012-05-03drm/radeon: make forcing ring activity a common functionChristian König
2012-05-03drm/radeon: move lockup detection code into radeon_ring.cChristian König
2012-05-03drm/radeon: use central function for IB testingChristian König
2012-05-03drm/radeon: replace gpu_lockup with ring->ready flagChristian König
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie
2012-02-29drm/radeon/kms: reorganize gart callbacksAlex Deucher
2012-02-29drm/radeon/kms: make ring_start, ring_test, and ib_test per ringAlex Deucher
2012-02-22drm/radeon/kms: properly set accel working flag and bailout when falseJerome Glisse
2012-01-06drm/radeon: GPU virtual memory support v22Jerome Glisse
2011-12-20drm/radeon: introduce a sub allocator and convert ib pool to it v4Jerome Glisse
2011-12-20drm/radeon: precompute fence cpu/gpu addr once v3Jerome Glisse
2011-12-20drm/radeon: rename struct radeon_cp to radeon_ringChristian König