drm/i915/hdcp: Pin the hdcp gsc message high in ggtt
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 15 Dec 2023 11:09:32 +0000 (13:09 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 5 Feb 2024 15:24:04 +0000 (17:24 +0200)
commit2a2e2f5f48278b9c4b96bb28997dd8e61932a0de
tree3909db3e4954423fe6f131b06b0185ecd96ae567
parente66a176592bd876f440daf7a58c3375397dddab5
drm/i915/hdcp: Pin the hdcp gsc message high in ggtt

AFAICS there is no hardware restriction on where in ggtt
the hdcp gsc message object needs to be bound. And as it's
a regular shmem object we don't need it be in the mappabe
range either. So pin it high to make avoid needlessly
wasting the precious mappable range for it.

Cc: Suraj Kandpal <suraj.kandpal@intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@intel.com>
Cc: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231215110933.9188-3-ville.syrjala@linux.intel.com
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
drivers/gpu/drm/i915/display/intel_hdcp_gsc.c