]> www.infradead.org Git - nvme.git/commit
drm/i915/alpm: Make crtc_state as const in intel_alpm_compute_params
authorJouni Högander <jouni.hogander@intel.com>
Wed, 19 Jun 2024 06:21:27 +0000 (09:21 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Tue, 25 Jun 2024 05:28:43 +0000 (08:28 +0300)
commit5d81c2986926d61dec0eb7dc5e96c4b40bf3d95e
tree75bf20f8d3b75152891806d656f2910a4af55b65
parent0bc96a4ba99a9ef35a9cac55cc1772016ff890a2
drm/i915/alpm: Make crtc_state as const in intel_alpm_compute_params

Intel_alpm_compute_params doesn't change crtc_state. Let's convert it as
const.

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619062131.4021196-8-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_alpm.c
drivers/gpu/drm/i915/display/intel_alpm.h