[Intel-gfx] [PATCH v2] drm/i915: correct the input parameter on _intel_dsb_commit()

2023-11-17 Thread heminhong
is necessary to defined as an int. Fixes: f83b94d23770 ("drm/i915/dsb: Use DEwake to combat PkgC latency") Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202310052201.anvbpgpr-...@intel.com/ Cc: Ville Syrjälä Cc: Uma Shankar Signed-off-by: heminhong --- drive

[Intel-gfx] [PATCH] drm/i915: eliminate warnings

2023-11-13 Thread heminhong
is necessary to defined as an int. Signed-off-by: heminhong --- drivers/gpu/drm/i915/display/intel_dsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dsb.c b/drivers/gpu/drm/i915/display/intel_dsb.c index 78b6fe24dcd8..7fd6280c54a7 100644