summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2022-12-08drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly w...Alex Deucher1-1/+0
2022-12-08drm/amdgpu: update drm_display_info correctly when the edid is readClaudio Suarez2-3/+5
2022-12-08drm/amdgpu: always register an MMU notifier for userptrChristian König1-5/+3
2022-12-08drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASANLyude Paul1-1/+2
2022-10-26drm/amdgpu: fix initial connector audio valuehongao1-1/+6
2022-10-26drm/amd/display: fix overflow on MIN_I64 definitionDavid Gow1-3/+3
2022-10-07Revert "drm/amdgpu: use dirty framebuffer helper"Greg Kroah-Hartman1-2/+0
2022-09-28drm/amd/display: Limit user regamma to a valid valueYao Wang11-0/+4
2022-09-28drm/amdgpu: use dirty framebuffer helperHamza Mahfooz1-0/+2
2022-09-15drm/amdgpu: mmVM_L2_CNTL3 register not initialized correctlyQu Huang1-0/+1
2022-09-15drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Candice Li1-1/+2
2022-09-05drm/amd/display: Fix pixel clock programmingIlya Bakoulin1-0/+2
2022-09-05drm/amd/display: clear optc underflow before turn off odm clockFudong Wang1-0/+5
2022-09-05drm/amd/display: Avoid MPC infinite loopJosip Pavic2-0/+12
2022-08-25drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsLeo Li1-0/+4
2022-06-14drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie1-1/+1
2022-06-14drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_boAlice Wong1-2/+1
2022-06-14drm/amd/pm: fix the compile warningEvan Quan1-13/+1
2022-06-14drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki1-5/+3
2022-05-15drm/amd/display/dc/gpio/gpio_service: Pass around correct dce_{version, envir...Lee Jones2-8/+8
2022-05-12drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpuFelix Kuehling1-3/+7
2022-05-09drm/amd/display: Fix memory leak in dcn21_clock_source_createMiaoqian Lin1-0/+1
2022-04-20drm/amd/display: don't ignore alpha property on pre-multiplied modeMelissa Wen2-10/+18
2022-04-20drm/amd/display: Fix allocate_mst_payload assert on resumeRoman Li1-1/+2
2022-04-20drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen1-0/+2
2022-04-20drm/amdkfd: Fix Incorrect VMIDs passed to HWSTushar Patel2-9/+4
2022-04-20drm/amd/display: Update VTEM Infopacket definitionLeo (Hanghong) Ma1-2/+3
2022-04-20drm/amd/display: fix audio format not updated after edid updatedCharlene Liu1-2/+2
2022-04-20drm/amd: Add USBC connector IDAurabindo Pillai1-0/+1
2022-04-15drm/amdkfd: Fix -Wstrict-prototypes from amdgpu_amdkfd_gfx_10_0_get_functions()Nathan Chancellor1-1/+1
2022-04-15drm/amdkfd: add missing void argument to function kgd2kfd_initNathan Chancellor1-1/+1
2022-04-15drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter1-1/+1
2022-04-15drm/amdkfd: make CRAT table missing message informational onlyAlex Deucher1-1/+1
2022-04-15drm/amdgpu: Fix recursive locking warningRajneesh Bhardwaj1-1/+2
2022-04-15drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence objXin Xiong1-0/+1
2022-04-15drm/amd/display: Remove vupdate_int_entry definitionMaíra Canal1-14/+0
2022-04-15drm/amd/display: Add affected crtcs to atomic state for dsc mst unplugRoman Li1-2/+5
2022-04-15drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_co...Zhou Qingyang1-0/+3
2022-03-02drm/amdgpu: disable MMHUB PG for PicassoEvan Quan1-1/+4
2022-02-23drm/amdgpu: fix logic inversion in checkChristian König1-1/+1
2022-01-27drm/amdgpu: fixup bad vram size on gmc v8Zongmin Zhou1-3/+10
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2021-12-22drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-17drm/amd/display: add connector type check for CRC source setPerry Yuan1-0/+8
2021-12-17drm/amd/display: Fix for the no Audio bug with Tiled DisplaysMustapha Ghaddar1-0/+4
2021-11-26drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and...hongao1-0/+1
2021-11-17drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bitsAlex Deucher1-2/+2
2021-11-17drm/amdgpu: fix warning for overflow checkArnd Bergmann2-2/+2
2021-10-17drm/amdgpu: fix gart.bo pin_count leakLeslie Shi2-2/+4
2021-10-06drm/amd/display: Pass PCI deviceid into DCCharlene Liu1-0/+1