[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-02 Thread Michel Dänzer
On 02.10.2015 02:22, Alex Deucher wrote: > On Thu, Oct 1, 2015 at 1:13 PM, Alex Deucher wrote: >> On Thu, Oct 1, 2015 at 1:01 PM, Alex Deucher >> wrote: >>> On Wed, Sep 30, 2015 at 11:50 PM, Michel Dänzer >>> wrote: On 01.10.2015 03:47, Alex Deucher wrote: > If a driver uses the

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-02 Thread Daniel Vetter
On Thu, Oct 01, 2015 at 01:22:42PM -0400, Alex Deucher wrote: > On Thu, Oct 1, 2015 at 1:13 PM, Alex Deucher wrote: > > On Thu, Oct 1, 2015 at 1:01 PM, Alex Deucher > > wrote: > >> On Wed, Sep 30, 2015 at 11:50 PM, Michel Dänzer > >> wrote: > >>> On 01.10.2015 03:47, Alex Deucher wrote: >

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Daniel Vetter
On Thu, Oct 01, 2015 at 12:36:27PM +0100, Emil Velikov wrote: > Hi Alex, > > On 30 September 2015 at 19:47, Alex Deucher wrote: > > If a driver uses the cursor_set2 crtc callback rather than > > cursor_set, use that. This fixes the fbdev helper for drivers > > that use cursor_set2. > > > >

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Alex Deucher
On Thu, Oct 1, 2015 at 1:13 PM, Alex Deucher wrote: > On Thu, Oct 1, 2015 at 1:01 PM, Alex Deucher wrote: >> On Wed, Sep 30, 2015 at 11:50 PM, Michel Dänzer >> wrote: >>> On 01.10.2015 03:47, Alex Deucher wrote: If a driver uses the cursor_set2 crtc callback rather than cursor_set,

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Alex Deucher
On Thu, Oct 1, 2015 at 1:01 PM, Alex Deucher wrote: > On Wed, Sep 30, 2015 at 11:50 PM, Michel Dänzer > wrote: >> On 01.10.2015 03:47, Alex Deucher wrote: >>> If a driver uses the cursor_set2 crtc callback rather than >>> cursor_set, use that. This fixes the fbdev helper for drivers >>> that

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Alex Deucher
On Wed, Sep 30, 2015 at 11:50 PM, Michel Dänzer wrote: > On 01.10.2015 03:47, Alex Deucher wrote: >> If a driver uses the cursor_set2 crtc callback rather than >> cursor_set, use that. This fixes the fbdev helper for drivers >> that use cursor_set2. >> >> Change-Id:

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Deucher, Alexander
> -Original Message- > From: Emil Velikov [mailto:emil.l.velikov at gmail.com] > Sent: Thursday, October 01, 2015 7:36 AM > To: Alex Deucher > Cc: ML dri-devel; Deucher, Alexander > Subject: Re: [PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode > > Hi Al

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Michel Dänzer
On 01.10.2015 03:47, Alex Deucher wrote: > If a driver uses the cursor_set2 crtc callback rather than > cursor_set, use that. This fixes the fbdev helper for drivers > that use cursor_set2. > > Change-Id: I127d3f8e72789ba70c3648140f87c6187864e130 > Signed-off-by: Alex Deucher > --- >

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-10-01 Thread Emil Velikov
Hi Alex, On 30 September 2015 at 19:47, Alex Deucher wrote: > If a driver uses the cursor_set2 crtc callback rather than > cursor_set, use that. This fixes the fbdev helper for drivers > that use cursor_set2. > > Change-Id: I127d3f8e72789ba70c3648140f87c6187864e130 Are Change-Id lines accepted

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-09-30 Thread Christian König
On 30.09.2015 20:47, Alex Deucher wrote: > If a driver uses the cursor_set2 crtc callback rather than > cursor_set, use that. This fixes the fbdev helper for drivers > that use cursor_set2. > > Change-Id: I127d3f8e72789ba70c3648140f87c6187864e130 > Signed-off-by: Alex Deucher I'm not very

[PATCH 1/2] drm: handle cursor_set2 in restore_fbdev_mode

2015-09-30 Thread Alex Deucher
If a driver uses the cursor_set2 crtc callback rather than cursor_set, use that. This fixes the fbdev helper for drivers that use cursor_set2. Change-Id: I127d3f8e72789ba70c3648140f87c6187864e130 Signed-off-by: Alex Deucher --- drivers/gpu/drm/drm_fb_helper.c | 6 +- 1 file changed, 5