summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2023-03-24drm/i915/mtl: Synchronize i915/BIOS on C6 enablingVinay Belgaumkar-3/+27
2023-03-24drm/i915/perf: Drop wakeref on GuC RC errorChris Wilson-5/+15
2023-03-24drm/i915: Add PLANE_CHICKEN registersVille Syrjälä-0/+9
2023-03-24drm/i915/dpt: Introduce HAS_DPT()Ville Syrjälä-1/+3
2023-03-24drm/i915/dpt: Only do the POT stride remap when using DPTVille Syrjälä-1/+1
2023-03-24drm/i915/dpt: Treat the DPT BO as a framebufferVille Syrjälä-1/+6
2023-03-24drm/bridge: ps8640: Return NULL immediately when EDID read failPin-yen Lin-0/+6
2023-03-24gpu: host1x: fix uninitialized variable useArnd Bergmann-3/+2
2023-03-24Merge tag 'amd-drm-fixes-6.3-2023-03-23' of https://gitlab.freedesktop.org/ag...Daniel Vetter-41/+72
2023-03-24Merge tag 'drm-intel-fixes-2023-03-23' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-72/+88
2023-03-24Merge tag 'drm-misc-fixes-2023-03-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-10/+20
2023-03-23drm/i915/guc: Allow for very slow GuC loadingJohn Harrison-3/+47
2023-03-23drm/i915/guc: Improve GuC load error reportingJohn Harrison-21/+95
2023-03-23drm/bridge: ps8640: Add a cache for EDIDPin-yen Lin-24/+36
2023-03-23drm/bridge: ps8640: Skip redundant bridge enablePin-yen Lin-1/+2
2023-03-23drm/i915/selftests: Drop igt_cs_tlbJonathan Cavitt-356/+0
2023-03-23drm/amd/display: Set dcn32 caps.seamless_odmHersen Wu-0/+1
2023-03-23drm/amd/display: fix wrong index used in dccg32_set_dpstreamclkHersen Wu-2/+1
2023-03-23drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng-17/+18
2023-03-23drm/amd/display: remove outdated 8bpc commentsAlex Hung-1/+0
2023-03-23drm/amdgpu/gfx: set cg flags to enter/exit safe modeJane Jian-0/+5
2023-03-23drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobsYuBiao Wang-0/+9
2023-03-23drm/amdgpu: add mes resume when do gfx post soft resetTong Liu01-0/+9
2023-03-23drm/amdgpu: skip ASIC reset for APUs when go to S4Tim Huang-1/+4
2023-03-23drm/amdgpu: reposition the gpu reset checking for reuseTim Huang-20/+25
2023-03-23drm/i915/huc: use const struct bus_type pointersGreg Kroah-Hartman-4/+4
2023-03-23drm/i915/gem: Flush lmem contents after constructionChris Wilson-1/+2
2023-03-23drm/panfrost: Add support for Mali on the MT8186 SoCAngeloGioacchino Del Regno-0/+9
2023-03-23drm/panfrost: Add new compatible for Mali on the MT8183 SoCAngeloGioacchino Del Regno-0/+17
2023-03-23drm/panfrost: Add mediatek,mt8192-mali compatibleAlyssa Rosenzweig-0/+11
2023-03-23drm/panfrost: Add the MT8192 GPU IDAlyssa Rosenzweig-0/+8
2023-03-23drm/panfrost: Increase MAX_PM_DOMAINS to 5Alyssa Rosenzweig-1/+1
2023-03-23drm/i915/mtl: Add HDCP GSC interfaceSuraj Kandpal-8/+660
2023-03-23drm/i915/mtl: Add function to send command to GSC CSSuraj Kandpal-0/+261
2023-03-23drm/i915/hdcp: HDCP2.x Refactoring to agnostic hdcpSuraj Kandpal-2/+2
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta-66/+68
2023-03-23drm/i915/gsc: Create GSC request submission mechanismSuraj Kandpal-0/+142
2023-03-23drm/i915: Use i915 instead of dev_priv insied the file_priv structureAndi Shyti-14/+14
2023-03-23drm/rockchip: vop2: Add error check to devm_regmap_init_mmioAlfredo Cruz-0/+2
2023-03-23drm/rockchip: dw_hdmi: cleanup drm encoder during unbindToby Chen-0/+1
2023-03-22drm/rockchip: vop2: fix uninitialized variable possible_crtcsTom Rix-5/+4
2023-03-22drm/i915/tc: Check the PLL type used by an enabled TC portImre Deak-20/+24
2023-03-22drm/i915/tc: Factor out a function querying active links on a TC portImre Deak-16/+30
2023-03-22drm/i915: Add encoder hook to get the PLL type used by TC portsImre Deak-2/+43
2023-03-22drm/i915/tc: Assume a TC port is legacy if VBT says the port has HDMIImre Deak-0/+10
2023-03-22drm/i915/tc: Make the TC mode readout consistent in all PHY statesImre Deak-10/+33
2023-03-22drm/i915/tc: Fix initial TC mode on disabled legacy portsImre Deak-6/+61
2023-03-22drm/i915/tc: Fix TC mode for a legacy port if the PHY is not readyImre Deak-1/+2
2023-03-22drm/i915/tc: Fix target TC mode for a disconnected legacy portImre Deak-3/+11
2023-03-22drm/i915/tc: Factor out helpers converting HPD mask to TC modeImre Deak-11/+33