[PATCH v4] drm/edid: add CTA Video Format Data Block support
Ian Forbes
ian.forbes at broadcom.com
Fri Nov 1 14:13:08 UTC 2024
We'd like to use the OVT modes for vmwgfx. Can you export the main OVT
function so it matches the CVT one? Something like this:
struct drm_display_mode *drm_ovt_mode(struct drm_device *dev, int rid,
int vrefresh);
On Mon, Sep 9, 2024 at 12:17 PM Hamza Mahfooz <hamza.mahfooz at amd.com> wrote:
>
> +
> +/* OVT Algorthim as specified in CTA-861-I */
> +static struct drm_display_mode *
> +calculate_ovt_mode(struct drm_connector *connector, const struct cta_rid *rid,
> + u16 vrate)
Also all instances of CEA should probably be replaced with CTA, not
necessarily in this series, but they changed their name ~10 years ago.
Ian,
More information about the dri-devel
mailing list