[PATCH 1/2] drm: panel-orientation-quirks: Get rid of superfluous (void *) casting

2019-02-18 Thread David Santamaría Rogado via dri-devel
From: howl The (void *) casting in the driver_data variable assignment is superfluous. Spotted by Jani Nikula. Signed-off-by: David Santamaría Rogado --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

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

2019-02-18 Thread David Santamaría Rogado via dri-devel
From: howl 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

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] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-14 Thread David Santamaría Rogado via dri-devel
I was about to forget the signed off like the void removal patch, so I mistake adding it just with @ as at. I can resend it with mail corrected. I can't see the white spaces issue, The whitespaces issue I send it like the mails before as text without format. Anyways I can resend this entire patch

[PATCH] 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 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

[PATCH] drm: panel-orientation-quirks: Get rid of superfluous (void *) casting

2019-02-14 Thread David Santamaría Rogado via dri-devel
The (void *) casting in the driver_data variable assignment is superfluous. Spotted by Jani Nikula. --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c

Fwd: [PATCH] drm: panel-orientation-quirks: Get rid of superfluous (void *) casting

2019-02-14 Thread David Santamaría Rogado via dri-devel
Sorry previous one wasn't signed off by. The (void *) casting in the driver_data variable assignment is superfluous. Spotted by Jani Nikula. Signed-off-by: David Santamaría Rogado --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 18 +- 1 file changed, 9 insertions(+), 9