aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2021-07-08Merge tag 'drm-next-2021-07-08-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds38-458/+981
2021-07-08drm/amdgpu: Fix signedness bug in __amdgpu_eeprom_xfer()Dan Carpenter1-1/+1
2021-07-08drm/amdgpu: fix a signedness bug in __verify_ras_table_checksum()Dan Carpenter1-2/+1
2021-07-08drm/amd/display: increase max EDID size to 2kAric Cyr1-1/+1
2021-07-08drm/amd/display: Round KHz up when calculating clock requestsAric Cyr8-42/+52
2021-07-08drm/amd/display: 3.2.142Aric Cyr1-1/+1
2021-07-08drm/amd/display: [FW Promotion] Release 0.0.72Anthony Koo1-4/+7
2021-07-08drm/amd/display: Adjust types and formatting for future developmentAlvin Lee6-28/+36
2021-07-08drm/amd/display: remove faulty assertDmytro Laktyushkin1-1/+0
2021-07-08Revert "drm/amd/display: Always write repeater mode regardless of LTTPR"Wesley Chalmers1-3/+4
2021-07-08drm/amd/display: Fix updating infoframe for DCN3.1 eDPNicholas Kazlauskas1-1/+1
2021-07-08drm/amd/display: Add Freesync HDMI support to DM with DMUBStylon Wang1-6/+89
2021-07-08drm/amd/display: Add null checksWang1-0/+3
2021-07-08drm/amd/display: DMUB Outbound Interrupt Process-X86Chun-Liang Chang8-3/+88
2021-07-08drm/amd/display: isolate link training setting override to its own functionWenjing Liu2-61/+53
2021-07-08drm/amdgpu: Return error if no RASLuben Tuikov2-17/+38
2021-07-08drm/amdgpu: SRIOV flr_work should take write_lockJingwen Chen2-4/+4
2021-07-08drm/amdgpu: The I2C IP doesn't support 0 writes/readsLuben Tuikov5-4/+9
2021-07-08drm/amd/pm: Add I2C quirk table to AldebaranLuben Tuikov1-0/+9
2021-07-08drm/amdgpu: Read clock counter via MMIO to reduce delay (v5)YuBiao Wang1-7/+14
2021-07-08drm/amdkfd: Only apply TLB flush optimization on ALdebaranEric Huang1-0/+6
2021-07-08drm/amdgpu: separate out vm pasid assignmentNirmoy Das4-29/+26
2021-07-08drm/amdgpu: use xarray for storing pasid in vmNirmoy Das2-82/+73
2021-07-08Merge tag 'drm-misc-next-fixes-2021-07-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+2
2021-07-08Merge tag 'amd-drm-next-5.14-2021-07-01' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie38-457/+979
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-7/+7
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds456-5781/+282869
2021-07-01drm/amdgpu: Avoid printing of stack contents on firmware load errorJiri Kosina1-4/+3
2021-07-01drm/amdgpu: Fix resource leak on probe error pathJiri Kosina1-6/+2
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-07-01drm/sched: Allow using a dedicated workqueue for the timeout/fault tdrBoris Brezillon1-1/+1
2021-07-01drm/amdgpu: show explicit name instead of id in psp_cmd_submit_bufLang Yu1-4/+4
2021-07-01drm/amdgpu: add function to show psp_gfx_cmd name via idLang Yu1-0/+38
2021-07-01drm/amdgpu: add function to show ucode name via idLang Yu2-0/+80
2021-07-01drm/amdgpu: add license to umc_8_7_0_sh_mask.hAlex Deucher1-0/+21
2021-07-01drm/amdgpu: rectify line endings in umc v8_7_0 IP headersLukas Bulwahn1-79/+79
2021-07-01drm/amd/pm: Simplify managed I2C transfer of AldebaranLuben Tuikov1-172/+52
2021-07-01drm/amdgpu: Correctly disable the I2C IP blockLuben Tuikov1-18/+62
2021-07-01drm/amdgpu: Use a single loopLuben Tuikov1-35/+31
2021-07-01drm/amdgpu: Fix koops when accessing RAS EEPROMLuben Tuikov1-4/+12
2021-07-01drm/amdgpu: fix 64 bit divide in eeprom codeAlex Deucher1-5/+9
2021-07-01drm/amdgpu: RAS EEPROM table is now in debugfsLuben Tuikov4-12/+252
2021-07-01drm/amdgpu: Optimize EEPROM RAS table I/OLuben Tuikov5-306/+619
2021-07-01drm/amdgpu: Get rid of test functionLuben Tuikov2-35/+0
2021-07-01drm/amdgpu: Some renamesLuben Tuikov4-30/+43
2021-07-01drm/amdgpu: Nerf buffLuben Tuikov1-49/+49
2021-07-01drm/amdgpu: Use explicit cardinality for clarityLuben Tuikov4-39/+30
2021-07-01drm/amdgpu: Simplify RAS EEPROM checksum calculationsLuben Tuikov2-50/+50
2021-07-01drm/amdgpu: Fix amdgpu_ras_eeprom_init()Luben Tuikov1-1/+1
2021-07-01drm/amdgpu: Return result fix in RASLuben Tuikov4-14/+16