Re: [PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-06-04 Thread Jesse Barnes
hart > > Sent: Thursday, May 31, 2012 9:26 AM > > To: dri-devel@lists.freedesktop.org > > Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format > > > > A page flip is not a mode set, changing the frame buffer pixel format > > doesn't make

[PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-06-04 Thread Jesse Barnes
t > > Sent: Thursday, May 31, 2012 9:26 AM > > To: dri-devel at lists.freedesktop.org > > Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format > > > > A page flip is not a mode set, changing the frame buffer pixel format > > doesn't

[PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-06-01 Thread Ville Syrjälä
sday, May 31, 2012 9:26 AM > > To: dri-devel at lists.freedesktop.org > > Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format > > > > A page flip is not a mode set, changing the frame buffer pixel format > > doesn't make sense and isn't

Re: [PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-06-01 Thread Ville Syrjälä
31, 2012 9:26 AM > > To: dri-devel@lists.freedesktop.org > > Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format > > > > A page flip is not a mode set, changing the frame buffer pixel format > > doesn't make sense and isn't handled by

[PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-05-31 Thread Singh, Satyeshwar
] On Behalf Of Laurent Pinchart Sent: Thursday, May 31, 2012 9:26 AM To: dri-devel at lists.freedesktop.org Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format A page flip is not a mode set, changing the frame buffer pixel format doesn't make sense and isn't

[PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-05-31 Thread Laurent Pinchart
A page flip is not a mode set, changing the frame buffer pixel format doesn't make sense and isn't handled by most drivers anyway. Disallow it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_crtc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/g

[PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-05-31 Thread Alex Deucher
op.org > Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format > > A page flip is not a mode set, changing the frame buffer pixel format doesn't > make sense and isn't handled by most drivers anyway. Disallow it. > > Signed-off-by: Laurent Pincha

Re: [PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-05-31 Thread Alex Deucher
> Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format > > A page flip is not a mode set, changing the frame buffer pixel format doesn't > make sense and isn't handled by most drivers anyway. Disallow it. > > Signed-off-by: Laurent Pinchart > --

RE: [PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-05-31 Thread Singh, Satyeshwar
Behalf Of Laurent Pinchart Sent: Thursday, May 31, 2012 9:26 AM To: dri-devel@lists.freedesktop.org Subject: [PATCH 1/2] drm: Don't allow page flip to change pixel format A page flip is not a mode set, changing the frame buffer pixel format doesn't make sense and isn't handled

[PATCH 1/2] drm: Don't allow page flip to change pixel format

2012-05-31 Thread Laurent Pinchart
A page flip is not a mode set, changing the frame buffer pixel format doesn't make sense and isn't handled by most drivers anyway. Disallow it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_crtc.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/g