Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-04-23 Thread Jani Nikula
On Tue, 23 Apr 2019, David Santamaría Rogado wrote: > Hi Jani, > > When are the changes in drm-misc-next pushed? > > I'm testing recent kernels that don't work with some models because > the dsi display problem you are aware. Works with 4.15 but not with > more recent kernels. > > The model I have

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-04-22 Thread David Santamaría Rogado
Hi Jani, When are the changes in drm-misc-next pushed? I'm testing recent kernels that don't work with some models because the dsi display problem you are aware. Works with 4.15 but not with more recent kernels. The model I have by going to sleep state and awake it gets the display on, I want to

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-03-01 Thread Jani Nikula
On Sat, 23 Feb 2019, David Santamaría Rogado wrote: > Done Jani. I think it's ok now. Don't worry, at least I could get > little familiar with git send-email also with multiple patches :) Sorry about all the hassle, pushed to drm-misc-next, thanks for the patch. BR, Jani. > > El sáb., 23 feb. 2

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-25 Thread David Santamaría Rogado
Done Jani. I think it's ok now. Don't worry, at least I could get little familiar with git send-email also with multiple patches :) El sáb., 23 feb. 2019 a las 22:19, David Santamaría Rogado () escribió: > > Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. > Console output gets rotated a

[PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-25 Thread David Santamaría Rogado
Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. Console output gets rotated at boot as Miix 310. Signed-off-by: David Santamaría Rogado --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orien

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-14 Thread David Santamaría Rogado via dri-devel
Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. Console output gets rotated at boot as Miix 310. Also nuke all the (void *)s in driver_data assignment. Signed-off-by: David Santamaría Rogado --- .../gpu/drm/drm_panel_orientation_quirks.c| 31 +-- 1 file changed,

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-12 Thread Jani Nikula via dri-devel
On Tue, 12 Feb 2019, David Santamaría Rogado wrote: > Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. Console > output gets rotated at boot as Miix 310. > > Also nuke all the (void *)s in driver_data assignment. Err, I said I'd ack a patch removing all those superfluous cast, but I did

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-12 Thread Jani Nikula via dri-devel
On Mon, 11 Feb 2019, David Santamaría Rogado wrote: > Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. Console > ouput gets rotated at boot as Miix 310. > > Signed-off-by: David Santamaría Rogado > --- > drivers/gpu/drm/drm_panel_orientation_quirks.c | 13 + > 1 file change

[PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-11 Thread David Santamaría Rogado
Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. Console ouput gets rotated at boot as Miix 310. Signed-off-by: David Santamaría Rogado --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpu/drm/drm_panel_orient