summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Add more fields to IP versionLijo Lazar2023-09-201-5/+5
* drm/amdgpu: update IP count INFO querySathishkumar S2023-09-201-29/+61
* drm/amdgpu: add VPE IP discovery info to HW IP info queryAlex Deucher2023-09-201-0/+4
* drm/amdgpu: Use function for IP version checkLijo Lazar2023-09-201-4/+8
* drm/amdgpu: Handle null atom context in VBIOS info ioctlDavid Francis2023-09-111-6/+11
* drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3Mukul Joshi2023-09-111-1/+1
* drm/amdgpu: add VPE FW version query supportLang Yu2023-08-311-0/+12
* drm/amdgpu: add user space CS support for VPELang Yu2023-08-311-0/+7
* drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello2023-08-151-1/+1
* drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'Srinivasan Shanmugam2023-07-251-6/+8
* drm/amd: Avoid reading the VBIOS part number twiceMario Limonciello2023-07-211-1/+1
* drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_createGuchun Chen2023-07-181-1/+1
* drm/amdgpu: Allocate root PD on correct partitionGuchun Chen2023-07-181-3/+3
* drm/amdgpu: return an error if query_video_caps is not setAlex Deucher2023-07-071-0/+3
* drm/amdgpu: make mcbp a per device settingAlex Deucher2023-06-301-2/+2
* drm/amdgpu: unmap and remove csa_va properlyLang Yu2023-06-091-5/+5
* drm/amdgpu: remove unnecessary (void*) conversionsSu Hui2023-06-091-1/+1
* drm/amdgpu: Add memory partition id to amdgpu_vmPhilip Yang2023-06-091-4/+4
* drm/amdgpu: find partition ID when open deviceJames Zhu2023-06-091-0/+4
* drm/amdgpu/jpeg: add multiple jpeg rings supportJames Zhu2023-06-091-2/+3
* drm/amdgpu: add support for new GFX shadow size queryAlex Deucher2023-04-241-0/+13
* drm/amd/amdgpu: Fix spaces in array indexing and indentations in amdgpu_kms.cSrinivasan Shanmugam2023-04-211-2/+2
* drm/amdgpu: Add support for querying the max ibs in a submission. (v3)Bas Nieuwenhuizen2023-04-181-0/+9
* drm/amdgpu: add more fields into device info, caches sizes, etc.Marek Olšák2023-02-231-0/+11
* drm/amdgpu: return the PCIe gen and lanes from the INFO ioctlMarek Olšák2023-01-191-1/+13
* drm/amdgpu: expose the minimum shader/memory clock frequencyEvan Quan2022-12-151-2/+8
* drm/amdgpu: expose peak profiling mode shader/memory clocksEvan Quan2022-12-151-0/+18
* drm/amdgpu: Fix logic errorKonstantin Meskhidze2022-11-291-2/+2
* Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-11-161-0/+1
|\
| * drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-0/+1
* | drm/amdgpu: Disable MCBP from soc21 for SRIOVYiqing Yao2022-11-041-3/+3
* | drm/amdgpu: correct MES debugfs versionsGraham Sider2022-10-271-4/+6
* | drm/amd: Add IMU fw version to fw version queriesDavid Francis2022-10-241-0/+13
|/
* drm/amdgpu: add MES and MES-KIQ version in debugfsYifan Zhang2022-09-191-0/+24
* drm/amdgpu: add rlcv/rlcp version info to debugfsHawking Zhang2022-09-191-0/+24
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-08-011-24/+36
|\
| * drm/amdgpu: add the IP discovery IP versions for HW INFO dataAlex Deucher2022-07-251-0/+24
| * drm/amdgpu: drop runpm from amdgpu_device structureGuchun Chen2022-07-181-13/+10
| * drm/amdgpu: drop runtime pm disablement quirk on several sienna cichlid cardsGuchun Chen2022-07-181-13/+0
| * drm/amdgpu: introduce runtime pm modeGuchun Chen2022-07-181-1/+5
* | drm/amdgpu: use idr_init_base() to initialize fpriv->bo_list_handlesDanilo Krummrich2022-07-281-1/+1
|/
* drm/amdgpu: Fix GTT size reporting in amdgpu_ioctlMichel Dänzer2022-06-141-2/+0
* drm/amdgpu: cleanup ctx implementationChristian König2022-05-261-1/+1
* Revert "drm/amdgpu: disable runpm if we are the primary adapter"Alex Deucher2022-05-051-6/+0
* drm/amdgpu: disable runtime pm on several sienna cichlid cards(v2)Guchun Chen2022-04-281-0/+14
* Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-6/+8
|\
| * drm/amdgpu: remove VRAM accounting v2Christian König2022-02-141-2/+4
| * drm/amdgpu: remove GTT accounting v2Christian König2022-02-141-4/+4
* | Merge tag 'amd-drm-next-5.18-2022-02-11-1' of https://gitlab.freedesktop.org/...Dave Airlie2022-02-141-87/+25
|\ \ | |/ |/|
| * drm/amdgpu: reserve the pd while cleaning up PRTsChristian König2022-02-071-2/+4