summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: "Enable IPS by default"Roman Li2024-01-251-1/+2
* drm/amd: Add a DC debug mask for IPSRoman Li2024-01-251-0/+1
* drm/amd/display: Disable ips before dc interrupt settingRoman Li2024-01-251-1/+4
* drm/amd/display: Replay + IPS + ABM in Full Screen VPBChunTao Tso2024-01-254-0/+57
* drm/amd/display: Add IPS checks before dcn register accessRoman Li2024-01-251-10/+6
* drm/amd/display: Add Replay IPS register for DMUB command tableAlvin Lee2024-01-251-0/+1
* drm/amd/display: Allow IPS2 during ReplayNicholas Kazlauskas2024-01-253-1/+11
* drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsAlex Deucher2024-01-252-1/+2
* drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsAlex Deucher2024-01-252-1/+2
* drm/amd/amdgpu: Assign GART pages to AMD device mappingTom St Denis2024-01-251-0/+8
* drm/amd/pm: Fetch current power limit from FWLijo Lazar2024-01-251-0/+1
* drm/amdgpu: Fix null pointer dereferenceHawking Zhang2024-01-251-1/+1
* drm/amdgpu: Show vram vendor only if availableLijo Lazar2024-01-251-1/+16
* drm/amd/pm: update the power cap settingKenneth Feng2024-01-252-4/+104
* drm/amdgpu: Avoid fetching vram vendor informationLijo Lazar2024-01-251-1/+2
* drm/amdgpu/pm: Fix the power source flag errorMa Jun2024-01-253-10/+7
* drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Srinivasan Shanmugam2024-01-251-2/+2
* drm/amd/pm: udpate smu v13.0.6 message permissionYang Wang2024-01-251-2/+2
* Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-1967-373/+554
|\
| * drm/amdgpu: Enable GFXOFF for Compute on GFX11Ori Messinger2024-01-181-4/+2
| * drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeba...Srinivasan Shanmugam2024-01-181-3/+3
| * drm/amdgpu: revert "Adjust removal control flow for smu v13_0_2"Christian König2024-01-184-65/+1
| * drm/amdkfd: init drm_client with funcs hookFlora Cui2024-01-181-1/+4
| * drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_strea...Christophe JAILLET2024-01-181-1/+1
| * drm/amdgpu: Fix the null pointer when load rlc firmwareMa Jun2024-01-181-9/+6
| * drm/amd/display: Align the returned error code with legacy DPWayne Lin2024-01-181-0/+5
| * drm/amd/display: Fix DML2 watermark calculationOvidiu Bunea2024-01-181-7/+7
| * drm/amd/display: Clear OPTC mem select on disableIlya Bakoulin2024-01-182-0/+6
| * drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/ANicholas Kazlauskas2024-01-181-12/+9
| * drm/amd/display: Add logging resource checksCharlene Liu2024-01-183-3/+10
| * drm/amd/display: Init link enc resources in dc_state only if res_pool presentsDillon Varone2024-01-181-1/+2
| * drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'Srinivasan Shanmugam2024-01-181-2/+6
| * drm/amd/display: Avoid enum conversion warningNathan Chancellor2024-01-151-2/+3
| * drm/amd/pm: Fix smuv13.0.6 current clock reportingLijo Lazar2024-01-151-1/+3
| * drm/amd/pm: Add error log for smu v13.0.6 resetLijo Lazar2024-01-151-5/+6
| * drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam2024-01-151-5/+5
| * drm/amdgpu: drop exp hw support check for GC 9.4.3Alex Deucher2024-01-151-2/+0
| * drm/amdgpu: move debug options init prior to amdgpu device initLe Ma2024-01-151-2/+2
| * drm/amdgpu: add debug flag to place fw bo on vram for frontdoor loadingLe Ma2024-01-154-2/+10
| * Revert "drm/amdgpu: add param to specify fw bo location for front-door loading"Le Ma2024-01-154-10/+2
| * drm/amd/display: Fix variable deferencing before NULL check in edp_setup_repl...Srinivasan Shanmugam2024-01-151-4/+7
| * drm/amdgpu: update regGL2C_CTRL4 value in golden settingYifan Zhang2024-01-151-1/+1
| * drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam2024-01-151-0/+1
| * drm/amdgpu: Fix unsigned comparison with less than zero in vpe_u1_8_from_frac...Srinivasan Shanmugam2024-01-151-8/+2
| * drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Srinivasan Shanmugam2024-01-151-7/+14
| * drm/amdgpu: Do not program VM_L2_CNTL under SRIOVVictor Lu2024-01-151-4/+6
| * drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platf...Srinivasan Shanmugam2024-01-151-1/+1
| * drm/amdgpu: update ATHUB_MISC_CNTL offset for athub v3.3Yifan Zhang2024-01-151-0/+8
| * drm/amdgpu: update headers for nbio v7.11Yifan Zhang2024-01-151-4/+4
| * drm/amdgpu/pm: clarify debugfs pm outputAlex Deucher2024-01-151-10/+18