Skip to content
Snippets Groups Projects
Commit 19712d5c authored by Guido Gunther's avatar Guido Gunther :zzz: Committed by Angus Ainslie (Purism)
Browse files

imx: dcss: Drop unused hdr support flag


Signed-off-by: default avatarGuido Günther <guido.gunther@puri.sm>
parent 78885a96
6 merge requests!101Adjust the pin control register values of each SDA and SCL pin,!82USB: Add USB_QUIRK_RESET_RESUME quirk for Microchip USB2642,!71Make I2C1 operate at 387kHz,!66Purism redpine driver,!54Drop capacity,!44WIP power: bq25890_charger: Indicate charging state
......@@ -543,9 +543,6 @@ struct dcss_plane *dcss_plane_init(struct drm_device *drm,
return ERR_PTR(ret);
}
if (type == DRM_PLANE_TYPE_OVERLAY)
dcss_plane->base.hdr_supported = true;
drm_plane_helper_add(&dcss_plane->base, &dcss_plane_helper_funcs);
ret = drm_plane_create_zpos_immutable_property(&dcss_plane->base, zpos);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment