[PATCH v2] drm: Make the .mode_fixup() operations mode argument a const pointer

2012-07-20 Thread Dave Airlie
On Thu, Jul 19, 2012 at 12:00 AM, Alex Deucher wrote: > On Tue, Jul 17, 2012 at 11:56 AM, Laurent Pinchart > wrote: >> The passed mode must not be modified by the operation, make it const. >> >> Signed-off-by: Laurent Pinchart > > > Reviewed-by: Alex Deucher Applied to -next thanks, Dave.

Re: [PATCH v2] drm: Make the .mode_fixup() operations mode argument a const pointer

2012-07-19 Thread Dave Airlie
On Thu, Jul 19, 2012 at 12:00 AM, Alex Deucher alexdeuc...@gmail.com wrote: On Tue, Jul 17, 2012 at 11:56 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: The passed mode must not be modified by the operation, make it const. Signed-off-by: Laurent Pinchart

[PATCH v2] drm: Make the .mode_fixup() operations mode argument a const pointer

2012-07-18 Thread Alex Deucher
On Tue, Jul 17, 2012 at 11:56 AM, Laurent Pinchart wrote: > The passed mode must not be modified by the operation, make it const. > > Signed-off-by: Laurent Pinchart Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/ast/ast_mode.c |6 +++--- >

Re: [PATCH v2] drm: Make the .mode_fixup() operations mode argument a const pointer

2012-07-18 Thread Alex Deucher
On Tue, Jul 17, 2012 at 11:56 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: The passed mode must not be modified by the operation, make it const. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com ---

[PATCH v2] drm: Make the .mode_fixup() operations mode argument a const pointer

2012-07-17 Thread Laurent Pinchart
The passed mode must not be modified by the operation, make it const. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/ast/ast_mode.c |6 +++--- drivers/gpu/drm/cirrus/cirrus_mode.c|6 +++--- drivers/gpu/drm/exynos/exynos_drm_crtc.c|2 +-

[PATCH v2] drm: Make the .mode_fixup() operations mode argument a const pointer

2012-07-17 Thread Laurent Pinchart
The passed mode must not be modified by the operation, make it const. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/gpu/drm/ast/ast_mode.c |6 +++--- drivers/gpu/drm/cirrus/cirrus_mode.c|6 +++---