[PATCH] gpu: drm/tilcdc: Fix switch case fallthrough

2019-07-16 Thread Keerthy
: f6382f186d2982750 ("drm/tilcdc: Add tilcdc_crtc_mode_set_nofb()") Signed-off-by: Keerthy --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c index 650d162e374b..c9

Re: [PATCHv6 0/4] omapdrm: DSI command mode panel support

2019-05-28 Thread Keerthy
tsi @@ -31,3 +31,7 @@ &atl_tm { status = "disabled"; }; + +&rtctarget { + status = "disabled"; +}; Regards, Keerthy Regards, Tony 8< -- diff --git a/drivers/bus/ti-sysc.c b/drivers/bus/ti-sysc.c --- a/drivers/bus/ti-sysc.c +++ b/drivers/bus

Re: [PATCH] drm/omap: fix crash if there's no video PLL

2018-04-05 Thread Keerthy
n AM4 > EVM, and presumably all OMAP2/3 boards. > > Fix this by having struct dpi_data pointer in the ctx instead, giving > access to dispc without going through the pll. Tested for display coming up on boot which was earlier broken on am437x-gp-evm. Tested-by: Keerthy > >