]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/display: read PCON capability only when present
authorChaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Thu, 19 Jun 2025 04:26:29 +0000 (09:56 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 23 Jun 2025 05:54:28 +0000 (11:24 +0530)
commit07faff368d7fa85715564b0974caf16899f3b5f9
treefdca065d2db2a55748eae39cbc62659b638886d6
parent4f9c81d64f030c1f3d96c5fd356cfb6e68ef9fc2
drm/xe/display: read PCON capability only when present

Avoid reading the PCON capabilities redundantly on non-branch devices.

v2:
 - Make commit description more accurate. (Imre)
 - Clear intel_dp->pcon_dsc_dpcd irrespective of presense of PCON. (Imre)

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://lore.kernel.org/r/20250619042629.3980244-1-chaitanya.kumar.borah@intel.com
drivers/gpu/drm/i915/display/intel_dp.c