Skip to content

Commit

Permalink
drm/vc4: Remove UIF from the list of modifiers returned by format_mod…
Browse files Browse the repository at this point in the history
…_supported

FKMS was listing UIF in the supported modifiers from format_mod_supported
when actually the pipeline doesn't support it. X was then choosing to
use it, and that then failed to render.

Remove references to UIF.

#3665

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 authored and popcornmix committed Nov 4, 2020
1 parent 9d46dbd commit 7873e95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/vc4/vc4_firmware_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,6 @@ static bool vc4_fkms_format_mod_supported(struct drm_plane *plane,
switch (modifier) {
case DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED:
case DRM_FORMAT_MOD_LINEAR:
case DRM_FORMAT_MOD_BROADCOM_UIF:
return true;
default:
return false;
Expand Down

0 comments on commit 7873e95

Please sign in to comment.