All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/i915: Drop pointless null checks and fix a scaler bug
@ 2023-12-07 19:34 Ville Syrjala
  2023-12-07 19:34 ` [PATCH 1/8] drm/i915: Fix intel_atomic_setup_scalers() plane_state handling Ville Syrjala
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Ville Syrjala @ 2023-12-07 19:34 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Mostly just dropping a bunch of redundant null checks that I ran
into while playing around with __attribute__((nonnull)).

And I also ended up discovering an actual bug in the scaler code.

Ville Syrjälä (8):
  drm/i915: Fix intel_atomic_setup_scalers() plane_state handling
  drm/i915: Streamline intel_dsc_pps_read()
  drm/i915: Drop redundant NULL check
  drm/i915: Drop crtc NULL check from intel_crtc_active()
  drm/i915: Drop NULL fb check from intel_fb_uses_dpt()
  drm/i915: Clean up intel_get_frame_time_us()
  drm/i915: s/cstate/crtc_state/ in intel_get_frame_time_us()
  drm/i915/tv: Drop redundant null checks

 drivers/gpu/drm/i915/display/i9xx_wm.c    |  2 +-
 drivers/gpu/drm/i915/display/intel_bios.c |  3 +--
 drivers/gpu/drm/i915/display/intel_fb.c   |  2 +-
 drivers/gpu/drm/i915/display/intel_psr.c  |  6 +++---
 drivers/gpu/drm/i915/display/intel_tv.c   |  6 ------
 drivers/gpu/drm/i915/display/intel_vdsc.c | 21 +++++++--------------
 drivers/gpu/drm/i915/display/skl_scaler.c |  2 +-
 7 files changed, 14 insertions(+), 28 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-12-08  9:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 19:34 [PATCH 0/8] drm/i915: Drop pointless null checks and fix a scaler bug Ville Syrjala
2023-12-07 19:34 ` [PATCH 1/8] drm/i915: Fix intel_atomic_setup_scalers() plane_state handling Ville Syrjala
2023-12-07 19:34 ` [PATCH 2/8] drm/i915: Streamline intel_dsc_pps_read() Ville Syrjala
2023-12-07 19:34 ` [PATCH 3/8] drm/i915: Drop redundant NULL check Ville Syrjala
2023-12-07 19:34 ` [PATCH 4/8] drm/i915: Drop crtc NULL check from intel_crtc_active() Ville Syrjala
2023-12-07 19:34 ` [PATCH 5/8] drm/i915: Drop NULL fb check from intel_fb_uses_dpt() Ville Syrjala
2023-12-07 19:34 ` [PATCH 6/8] drm/i915: Clean up intel_get_frame_time_us() Ville Syrjala
2023-12-07 19:34 ` [PATCH 7/8] drm/i915: s/cstate/crtc_state/ in intel_get_frame_time_us() Ville Syrjala
2023-12-07 19:34 ` [PATCH 8/8] drm/i915/tv: Drop redundant null checks Ville Syrjala
2023-12-08  1:53 ` ✗ Fi.CI.SPARSE: warning for drm/i915: Drop pointless null checks and fix a scaler bug Patchwork
2023-12-08  2:07 ` ✓ Fi.CI.BAT: success " Patchwork
2023-12-08  9:55 ` [PATCH 0/8] " Jani Nikula
2023-12-08  9:56 ` ✗ Fi.CI.IGT: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.