Re: [PATCH 11/28] drm/i915/writeback: Define encoder->get_hw_state

2025-07-26 Thread kernel test robot
op.org/drm-intel for-linux-next patch link: https://lore.kernel.org/r/20250725050409.2687242-12-suraj.kandpal%40intel.com patch subject: [PATCH 11/28] drm/i915/writeback: Define encoder->get_hw_state config: i386-buildonly-randconfig-006-20250725 (https://download.01.org/0day-ci/arc

[PATCH 11/28] drm/i915/writeback: Define encoder->get_hw_state

2025-07-24 Thread Suraj Kandpal
Define the get_hw_state function for encoder which get's the encoder state, pipe config. Signed-off-by: Suraj Kandpal --- .../gpu/drm/i915/display/intel_writeback.c| 48 +++ .../drm/i915/display/intel_writeback_reg.h| 3 ++ 2 files changed, 51 insertions(+) diff --git a