On 11/1/24 10:13, Ian Forbes wrote:
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);
Sure.
On Mon, Sep 9, 2024 at 12:17 PM Hamza Mahfooz <hamza.mahfooz@xxxxxxx> 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,
--
Hamza