aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-13drm/radeon/radeon_dp_mst: Remove unused variable 'ret' from radeon_mst_encoder_dpms()Lee Jones1-8/+8
2020-11-13drm/radeon/trinity_dpm: Remove some defined but never used arraysLee Jones1-44/+0
2020-11-13drm/radeon/kv_dpm: Strip out unused functions and their tablesLee Jones1-204/+1
2020-11-13drm/radeon/radeon_vm: Fix some function parameter documentationLee Jones1-5/+3
2020-11-13drm/radeon/cik: Remove set but unused variable 'mc_shared_chmap'Lee Jones1-2/+2
2020-11-13drm/radeon/ni: Demote vague attempt at function header docLee Jones1-3/+1
2020-11-13drm/radeon/si: Remove set but unused variable 'mc_shared_chmap'Lee Jones1-2/+2
2020-11-13drm/radeon/evergreen: Add comment for 'evergreen_page_flip()'s 'async' paramLee Jones1-0/+1
2020-11-13drm/radeon/evergreen: Remove set but unused variable 'mc_shared_chmap'Lee Jones1-2/+2
2020-11-13drm/radeon/cik: Fix a bunch of function parameter descriptionsLee Jones1-6/+4
2020-11-13drm/radeon/r600: Fix a misnamed parameter description and a formatting issueLee Jones1-2/+2
2020-11-13drm/radeon/radeon_display: Fix function doc formatting and missing param issuesLee Jones1-6/+7
2020-11-13drm/radeon/radeon_cs: Fix a bunch of doc-rot issuesLee Jones1-6/+6
2020-11-13drm/radeon/r600: Strip out set but unused 'tmp' variablesLee Jones1-4/+2
2020-11-13drm/radeon/radeon_ring: Add missing function parameters 'rdev' and 'data'Lee Jones1-0/+3
2020-11-13drm/radeon/radeon_i2c: Remove pointless function headerLee Jones1-4/+0
2020-11-13drm/radeon/radeon_display: Remove unused variable 'mod'Lee Jones1-3/+1
2020-11-13drm/radeon/radeon_connectors: Strip out set but unused variable 'ret'Lee Jones1-3/+1
2020-11-13drm/radeon/radeon_fence: Demote some non-conformant kernel-doc headers and fix anotherLee Jones1-3/+3
2020-11-13drm/radeon/radeon_ttm: Place declaration of 'rdev' in same clause as its useLee Jones1-5/+3
2020-11-13drm/radeon/atombios_crtc: Remove description of non-existent function param 'encoder'Lee Jones1-1/+0
2020-11-13drm/radeon: Move prototypes to shared headerLee Jones2-4/+6
2020-11-13drm/radeon/radeon_drv: Move prototypes to a shared headerfileLee Jones2-6/+7
2020-11-13drm/radeon/radeon_drv: Source file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-13drm/radeon/radeon_kms: Include header containing our own prototypesLee Jones1-0/+1
2020-11-13gpu: drm: radeon: radeon_device: Fix a bunch of kernel-doc misdemeanoursLee Jones1-14/+9
2020-11-13gpu: drm: radeon: radeon_drv: Remove unused variable 'ret'Lee Jones1-2/+1
2020-11-11drm/radeon/ttm: use multihopDave Airlie1-106/+12
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-1/+51
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie5-1/+51
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann3-25/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-11-06drm/radeon: Stop changing the drm_driver structDaniel Vetter3-73/+62
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard6-7/+34
2020-10-29drm/radeon: switch to new allocator v2Christian König1-38/+14
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+2
2020-10-27drm/radeon: Expose vddc through hwmonSandeep Raghuraman1-1/+28
2020-10-27drm/radeon: Add implementation of get_current_vddc for SumoSandeep Raghuraman3-0/+22
2020-10-27drm/radeon: Add new callback that exposes vddcSandeep Raghuraman1-0/+1
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-4/+4
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-2/+2
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-2/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+5
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-2/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-5/+7
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-3/+8
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-3/+12