Skip to content

Commit

Permalink
dfr: add new drm_fb_blit arg
Browse files Browse the repository at this point in the history
Cc: @kekrby i hope this is the right way to do it, I'm just guessing based off of how other callers of the function do it now.
  • Loading branch information
Redecorating authored Mar 11, 2024
1 parent aa1cc80 commit a1b259c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ index 000000000..33a99436b
+ frame->buf_size = cpu_to_le32(buf_size);
+
+ ret = drm_fb_blit(&dst, NULL, DRM_FORMAT_BGR888,
+ &shadow_plane_state->data[0], fb, &damage);
+ &shadow_plane_state->data[0], fb, &damage, &shadow_plane_state->fmtcnv_state);
+ if (ret) {
+ drm_err(drm, "Failed to copy damage clip (%pe)\n", ERR_PTR(ret));
+ goto end_fb_cpu_access;
Expand Down

0 comments on commit a1b259c

Please sign in to comment.