Re: [PATCH] drm/i915: clear plane color ctl setting when turn full plane off

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, July 22, 2022, 4:26 a.m, Uma Shankar <uma.shankar@xxxxxxxxx> wrote:
>> -----Original Message-----
>> From: Lee, Shawn C <shawn.c.lee@xxxxxxxxx>
>> Sent: Wednesday, July 13, 2022 2:57 PM
>> To: intel-gfx@xxxxxxxxxxxxxxxxxxxxx
>> Cc: Lee, Shawn C <shawn.c.lee@xxxxxxxxx>; Jani Nikula 
>> <jani.nikula@xxxxxxxxxxxxxxx>; Ville Syrjälä 
>> <ville.syrjala@xxxxxxxxxxxxxxx>; Shankar, Uma <uma.shankar@xxxxxxxxx>; 
>> Lisovskiy, Stanislav <stanislav.lisovskiy@xxxxxxxxx>; Tseng, William 
>> <william.tseng@xxxxxxxxx>
>> Subject: [PATCH] drm/i915: clear plane color ctl setting when turn 
>> full plane off
>
>We can append "display" to drm/i915

Thanks for comment! I will modify the title and update patch later.

>
>> Customer report abnormal display output while switch eDP off sometimes.
>> In current display disable flow, plane will be off at first. Then turn 
>> eDP off and disable HW pipe line. We found the abnormal pixel comes 
>> after turn plane off. Clear plane color ctl register when driver disable plane can solve this symptom.
>
>Change Looks Good to me.
>Reviewed-by: Uma Shankar <uma.shankar@xxxxxxxxx>
>
>> Cc: Jani Nikula <jani.nikula@xxxxxxxxxxxxxxx>
>> Cc: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx>
>> Cc: Shankar Uma <uma.shankar@xxxxxxxxx>
>> Cc: Stanislav Lisovskiy <stanislav.lisovskiy@xxxxxxxxx>
>> Cc: William Tseng <william.tseng@xxxxxxxxx>
>> Signed-off-by: Lee Shawn C <shawn.c.lee@xxxxxxxxx>
>> ---
>>  drivers/gpu/drm/i915/display/skl_universal_plane.c | 3 +++
>>  1 file changed, 3 insertions(+)
>> 
>> diff --git a/drivers/gpu/drm/i915/display/skl_universal_plane.c
>> b/drivers/gpu/drm/i915/display/skl_universal_plane.c
>> index caa03324a733..90977cfb7ebb 100644
>> --- a/drivers/gpu/drm/i915/display/skl_universal_plane.c
>> +++ b/drivers/gpu/drm/i915/display/skl_universal_plane.c
>> @@ -620,6 +620,8 @@ skl_plane_disable_arm(struct intel_plane *plane,
>> 
>>  	intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), 0);
>>  	intel_de_write_fw(dev_priv, PLANE_SURF(pipe, plane_id), 0);
>> +	if (DISPLAY_VER(dev_priv) >= 10)
>> +		intel_de_write_fw(dev_priv, PLANE_COLOR_CTL(pipe, plane_id), 0);
>>  }
>> 
>>  static void
>> @@ -638,6 +640,7 @@ icl_plane_disable_arm(struct intel_plane *plane,
>>  	intel_psr2_disable_plane_sel_fetch(plane, crtc_state);
>>  	intel_de_write_fw(dev_priv, PLANE_CTL(pipe, plane_id), 0);
>>  	intel_de_write_fw(dev_priv, PLANE_SURF(pipe, plane_id), 0);
>> +	intel_de_write_fw(dev_priv, PLANE_COLOR_CTL(pipe, plane_id), 0);
>>  }
>> 
>>  static bool
>> --
>> 2.17.1





[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux