mbox series

[0/3] drm/i915/psr: minor cleanups

Message ID cover.1730201504.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/i915/psr: minor cleanups | expand

Message

Jani Nikula Oct. 29, 2024, 11:32 a.m. UTC
Some cleanups in PSR code. If this conflicts with more important stuff,
this can wait.

Cc: Jouni Högander <jouni.hogander@intel.com>
Cc: Suraj Kandpal <suraj.kandpal@intel.com>

Jani Nikula (3):
  drm/i915/psr: add LATENCY_REPORTING_REMOVED() register bit helper
  drm/i915/psr: stop using bitwise OR with booleans in
    wm_optimization_wa()
  drm/i915/psr: clarify intel_psr_pre_plane_update() conditions

 drivers/gpu/drm/i915/display/intel_psr.c | 84 ++++++++++--------------
 drivers/gpu/drm/i915/i915_reg.h          | 13 ++--
 2 files changed, 43 insertions(+), 54 deletions(-)

Comments

Hogander, Jouni Oct. 31, 2024, 6:24 a.m. UTC | #1
On Tue, 2024-10-29 at 13:32 +0200, Jani Nikula wrote:
> Some cleanups in PSR code. If this conflicts with more important
> stuff,
> this can wait.

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>

> 
> Cc: Jouni Högander <jouni.hogander@intel.com>
> Cc: Suraj Kandpal <suraj.kandpal@intel.com>
> 
> Jani Nikula (3):
>   drm/i915/psr: add LATENCY_REPORTING_REMOVED() register bit helper
>   drm/i915/psr: stop using bitwise OR with booleans in
>     wm_optimization_wa()
>   drm/i915/psr: clarify intel_psr_pre_plane_update() conditions
> 
>  drivers/gpu/drm/i915/display/intel_psr.c | 84 ++++++++++------------
> --
>  drivers/gpu/drm/i915/i915_reg.h          | 13 ++--
>  2 files changed, 43 insertions(+), 54 deletions(-)
>