diff options
author | Mika Kahola <mika.kahola@intel.com> | 2023-11-16 12:05:12 +0300 |
---|---|---|
committer | Mika Kahola <mika.kahola@intel.com> | 2023-11-23 09:50:22 +0300 |
commit | 2bb7a27bd7c311c4928d6a8b5edf4b2aaa948ea8 (patch) | |
tree | 84f9322b791e2459b2b671962d829d239d0162d6 /tools/perf/scripts/python/gecko.py | |
parent | f52ffea0745943bb6af674f30f4243b3721b7cd6 (diff) | |
download | linux-2bb7a27bd7c311c4928d6a8b5edf4b2aaa948ea8.tar.xz |
drm/i915/display: Use int type for entry_setup_frames
entry_setup_frames variable is defined as u8. However, the
function call intel_psr_entry_setup_frames() can return
negative error code. There is a type mismatch here, so let's
switch to use int here as well.
Fixes: 2b981d57e480 ("drm/i915/display: Support PSR entry VSC packet to be transmitted one frame earlier")
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231116090512.480373-1-mika.kahola@intel.com
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions