[igt-dev] [i-g-t V4 4/6] tests/i915/kms_psr: Use linear modifier to create FB
Nautiyal, Ankit K
ankit.k.nautiyal at intel.com
Thu Apr 20 05:04:55 UTC 2023
On 4/19/2023 4:52 PM, Bhanuprakash Modem wrote:
> To create a color framebuffer, nstead of using X-tiled use
> liniear modifier.
typos : instead, linear.
Perhaps it can be reworded to specify that the change is to make the
test compatible for drivers, only supporting
linear modifiers.
Otherwise the changes LGTM.
Acked-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
>
> Cc: Karthik B S <karthik.b.s at intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
> tests/i915/kms_psr.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/i915/kms_psr.c b/tests/i915/kms_psr.c
> index 3efe1faec..dfc2fbb65 100644
> --- a/tests/i915/kms_psr.c
> +++ b/tests/i915/kms_psr.c
> @@ -388,7 +388,7 @@ static void setup_test_plane(data_t *data, int test_plane)
> igt_create_color_fb(data->drm_fd,
> data->mode->hdisplay, data->mode->vdisplay,
> DRM_FORMAT_XRGB8888,
> - I915_FORMAT_MOD_X_TILED,
> + DRM_FORMAT_MOD_LINEAR,
> 0.0, 1.0, 0.0,
> &data->fb_green);
>
> @@ -416,7 +416,7 @@ static void setup_test_plane(data_t *data, int test_plane)
> igt_create_color_fb(data->drm_fd,
> white_h, white_v,
> DRM_FORMAT_XRGB8888,
> - I915_FORMAT_MOD_X_TILED,
> + DRM_FORMAT_MOD_LINEAR,
> 1.0, 1.0, 1.0,
> &data->fb_white);
> break;
More information about the igt-dev
mailing list