> -----Original Message-----
> From: Intel-gfx <[email protected]> On Behalf Of Jani
> Nikula
> Sent: Wednesday, December 18, 2024 7:50 PM
> To: [email protected]
> Cc: [email protected]; Nikula, Jani <[email protected]>
> Subject: [PATCH] drm/i915/gvt: store virtual_dp_monitor_edid in rodata
> 
> The virtual DP EDID isn't modified. Add const modifier to store it in rodata.
> 
> Signed-off-by: Jani Nikula <[email protected]>

LGTM,
Reviewed-by: Nemesa Garg <[email protected]>
> ---
>  drivers/gpu/drm/i915/gvt/display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/display.c
> b/drivers/gpu/drm/i915/gvt/display.c
> index 95570cabdf27..c98dfcc3d0de 100644
> --- a/drivers/gpu/drm/i915/gvt/display.c
> +++ b/drivers/gpu/drm/i915/gvt/display.c
> @@ -97,7 +97,7 @@ int pipe_is_enabled(struct intel_vgpu *vgpu, int pipe)
>       return 0;
>  }
> 
> -static unsigned char virtual_dp_monitor_edid[GVT_EDID_NUM][EDID_SIZE]
> = {
> +static const unsigned char
> +virtual_dp_monitor_edid[GVT_EDID_NUM][EDID_SIZE] = {
>       {
>  /* EDID with 1024x768 as its resolution */
>               /*Header*/
> --
> 2.39.5

Reply via email to