aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-14drm/amd/pm: relocate the power related headersEvan Quan87-11/+40
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan12-67/+94
2022-01-14drm/amd/pm: drop redundant or unused APIs and data structuresEvan Quan2-49/+4
2022-01-14drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.cEvan Quan3-18/+9
2022-01-14drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementationsEvan Quan11-193/+288
2022-01-14drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structureEvan Quan3-4/+5
2022-01-14drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)Evan Quan13-1034/+1091
2022-01-14drm/amd/pm: do not expose the API used internally only in kv_dpm.cEvan Quan3-26/+24
2022-01-14drm/amd/pm: do not expose those APIs used internally only in si_dpm.cEvan Quan4-88/+83
2022-01-14drm/amd/pm: do not expose those APIs used internally only in amdgpu_dpm.cEvan Quan2-25/+23
2022-01-14drm/amd/pm: do not expose power implementation details to displayEvan Quan4-164/+344
2022-01-14drm/amd/pm: do not expose power implementation details to amdgpu_pm.cEvan Quan4-430/+711
2022-01-14drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan13-65/+161
2022-01-14drm/radeon: use kernel is_power_of_2 rather than local versionJonathan Gray1-16/+3
2022-01-14drm/amd/display: Enable Freesync Video Mode by defaultSolomon Chiu3-35/+5
2022-01-14drm/amdgpu/swsmu: make sienna cichlid function staticAlex Deucher1-3/+3
2022-01-14i915: make array flex_regs static constColin Ian King1-1/+1
2022-01-14Merge tag 'amd-drm-next-5.17-2022-01-12' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDaniel Vetter45-327/+419
2022-01-14Merge tag 'drm-misc-next-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter2-7/+7
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter7-24/+47
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+7
2022-01-14drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copyThomas Zimmermann1-1/+1
2022-01-14drm: fix error found in some cases after the patch d1af5cd86997Claudio Suarez1-6/+6
2022-01-14drm/vc4: remove redundant assignment of variable sizeColin Ian King1-2/+0
2022-01-14Merge tag 'drm-misc-next-fixes-2022-01-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2022-01-14Merge tag 'drm-intel-next-fixes-2022-01-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDaniel Vetter6-17/+38
2022-01-14drm/ttm: fix compilation on ARCH=umJohannes Berg1-1/+3
2022-01-14drm: bridge: it66121: Remove redundant checkDrew Davenport1-3/+0
2022-01-13drm/bridge: dw-mipi-dsi: Switch to atomic operationsJagan Teki1-7/+12
2022-01-13drm/i915/pxp: Hold RPM wakelock during PXP unbindJuston Li1-1/+4
2022-01-13drm/i915/display/adlp: Implement new step in the TC voltage swing prog sequenceJosé Roberto de Souza2-2/+28
2022-01-13drm/i915/display/ehl: Update voltage swing tableJosé Roberto de Souza1-5/+5
2022-01-13drm/i915/gvt: Make DRM_I915_GVT depend on X86Siva Mullati1-0/+1
2022-01-13drm/i915/gvt: clean up kernel-doc in gtt.cRandy Dunlap1-2/+2
2022-01-13drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*Jani Nikula15-102/+70
2022-01-13drm/i915/dp: make intel_dp_pack_aux() static againJani Nikula2-8/+4
2022-01-13drm/stm: ltdc: Drop format_mod_supported functionJosé Expósito1-11/+0
2022-01-13drm/stm: ltdc: add support of ycbcr pixel formatsYannick Fertre2-7/+245
2022-01-13drm/stm: ltdc: add support of flexible pixel formatsYannick Fertre2-56/+145
2022-01-13drm/stm: ltdc: add per plane update supportYannick Fertre2-3/+24
2022-01-13drm/stm: ltdc: add YCbCr 422 output supportYannick Fertre2-1/+44
2022-01-13drm/stm: ltdc: switch to regmapYannick Fertre2-71/+68
2022-01-13drm/panfrost: Merge some feature listsAlyssa Rosenzweig1-33/+7
2022-01-13drm/panfrost: Remove features meant for userspaceAlyssa Rosenzweig1-172/+0
2022-01-12Merge tag 'gvt-next-2022-01-12' of https://github.com/intel/gvt-linux into drm-intel-nextRodrigo Vivi12-79/+72
2022-01-12drm/panfrost: Check for error num after setting maskJiasheng Jiang1-1/+4
2022-01-12drm: bridge: nwl-dsi: Drop panel_bridge from nwl_dsiJagan Teki1-5/+2
2022-01-12drm/bridge: adv7533: make array clock_div_by_lanes static constColin Ian King1-1/+1
2022-01-12Revert "drm: exynos: dsi: Convert to bridge driver"Jagan Teki1-61/+32
2022-01-12drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copyThomas Zimmermann1-1/+1