aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-01-17drm/amd/display: move dp capability related logic to link_dp_capabilityWenjing Liu26-2263/+2380
2023-01-17drm/amd/display: move dp phy related logic to link_dp_phyWenjing Liu14-149/+210
2023-01-17drm/amd/display: move dp link training logic to link_dp_trainingWenjing Liu22-4119/+4545
2023-01-17drm/amd/display: Remove SubVp support if src/dst rect does not equal stream t...Saaem Rizvi1-0/+8
2023-01-17drm/amd/display: Change i2c speed for hdcpBhawanpreet Lakha1-1/+1
2023-01-17drm/amd/display: cleanup function args in dmlDillon Varone2-2/+2
2023-01-17drm/amd/display: Use DML for MALL SS and Subvp allocation calculationsDillon Varone7-237/+134
2023-01-17drm/amd/display: Account for Subvp Phantoms in DML MALL surface calculationsDillon Varone3-4/+14
2023-01-17drm/amd/display: Account for DCC Meta pitch in DML MALL surface calculationsDillon Varone3-4/+12
2023-01-17drm/amd/display: Optimize subvp and drr validationDillon Varone1-16/+26
2023-01-17drm/amdgpu: Add a missing tabDan Carpenter1-1/+1
2023-01-17drm: panel: visionox: add backlight dependencyArnd Bergmann1-0/+1
2023-01-17drm/bridge: cdns-dsi: Add support for J721E wrapperRahul T R6-1/+132
2023-01-17drm/bridge: cdns-dsi: Create a header fileRahul T R2-46/+66
2023-01-17drm/bridge: cdns-dsi: Move to drm/bridge/cadenceRahul T R5-12/+13
2023-01-17drm/omap: Fix kernel docsTomi Valkeinen2-3/+3
2023-01-17drm/i915/display: Check source height is > 0Drew Davenport1-1/+1
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li1-3/+1
2023-01-17drm/i915/psr: Implement Wa_14015648006Jouni Högander2-20/+29
2023-01-17drm/ttm: fix some minor kerneldoc issuesChristian König1-7/+6
2023-01-17drm/ttm: Include <linux/vmalloc.h> to fix MIPS buildThomas Zimmermann1-0/+2
2023-01-17Merge tag 'drm-intel-next-2023-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie64-1474/+3108
2023-01-16drm/msm/gpu: Add default devfreq thresholdsRob Clark1-0/+9
2023-01-16drm/msm/gpu: Bypass PM QoS constraint for idle clampRob Clark2-82/+65
2023-01-16drm/msm/gpu: Add devfreq tuning debugfsRob Clark6-6/+27
2023-01-16drm/msm/a6xx: Update ROQ size in coredumpAkhil P Oommen2-8/+20
2023-01-16drm/msm/a6xx: Update a6xx gpu coredumpAkhil P Oommen3-9/+108
2023-01-16drm/msm: Fix failure paths in msm_drm_init()Akhil P Oommen2-4/+10
2023-01-16drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()Akhil P Oommen1-2/+2
2023-01-16drm/msm/a2xx: support loading legacy (iMX) firmwareDmitry Baryshkov2-4/+24
2023-01-16drm/msm: Add MSM_SUBMIT_BO_NO_IMPLICITRob Clark2-1/+13
2023-01-16drm/nouveau/fb/ga102: Replace zero-length array of trailing structs with flex...Kees Cook1-1/+1
2023-01-16drm/bridge: tc358767: Set default CLRSIPO countMarek Vasut1-4/+4
2023-01-16drm/i915/display: drop redundant display/ from #includesJani Nikula3-33/+30
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie69-1329/+2832
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd...Dave Airlie67-1591/+997
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie136-999/+1967
2023-01-13drm/amd/display: add hubbub_init relatedCharlene Liu7-5/+88
2023-01-13drm/amd/display: Update dmub header to match DMUBMustapha Ghaddar3-92/+109
2023-01-13drm/amdgpu: Skip specific mmhub and sdma registers accessing under sriovYifan Zha2-21/+23
2023-01-13drm/amd/pm: Support RAS fatal error mode1 reset on smu v13_0_0 and v13_0_10Candice Li3-3/+48
2023-01-13drm/amdgpu: Correct the power calcultion for Renior/Cezanne.jie1zhan1-1/+6
2023-01-13drm/amd: fix some dead code in `gfx_v9_0_init_cp_compute_microcode`Mario Limonciello1-5/+6
2023-01-13drm/amd/display: move dc_link_dpia logic to link_dp_dpiaWenjing Liu6-8/+7
2023-01-13drm/amd/display: move dpcd logic from dc_link_dpcd to link_dpcdWenjing Liu18-24/+19
2023-01-13drm/amd/display: refactor ddc logic from dc_link_ddc to link_ddcWenjing Liu36-584/+512
2023-01-13drm/amd/display: refactor hpd logic from dc_link to link_hpdWenjing Liu8-245/+357
2023-01-13drm/amd/display: Implement FIFO enable sequence on DCN32Dillon Varone1-0/+28
2023-01-13drm/amd/display: Fix DPIA link encoder assignment issueCruise Hung1-27/+30
2023-01-13drm/amd/display: fix multi edp panel instancingDmytro Laktyushkin1-3/+2