Hi,
On Fri, Nov 6, 2020 at 10:23 AM Stephen Boyd swboyd@chromium.org wrote:
Reading the EDID of this panel shows that these flags should be set. Set them so that we match what is in the EDID.
Cc: Douglas Anderson dianders@chromium.org Cc: Bjorn Andersson bjorn.andersson@linaro.org Fixes: b0c664cc80e8 ("panel: simple: Add BOE NV133FHM-N61") Signed-off-by: Stephen Boyd swboyd@chromium.org
drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+)
Yeah, generally I haven't found that the flags matter, but it's good to match what the EDID is giving to keep things consistent. :-)
Reviewed-by: Douglas Anderson dianders@chromium.org