Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1e04b45e authored by Nishanth Menon's avatar Nishanth Menon Committed by Robert Nelson
Browse files

HACK: drm/tidss: tidss_encoder: Force default format


This takes a leaf from drivers/gpu/drm/rockchip/rockchip_rgb.c

This is a bit of a chicken or hen issue at this point. when the call chain
looks like this:
tidss_atomic_check
drm_atomic_check_only
drm_atomic_commit
drm_client_modeset_commit_atomic
drm_client_modeset_commit_locked
drm_client_modeset_commit
drm_fb_helper_set_par
fbcon_init
visual_init

The bridge_attach is invoked, but bridge_enable is NOT invoked yet, at
this stage, we cannot really confirm the display format.

So, it begs the question - what do others do? why do they work?

Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 0f88a27e
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment