Re: [PATCH] drm/dp: constify DP DPCD helpers

2013-09-27 Thread Alex Deucher
On Fri, Sep 27, 2013 at 12:01 PM, Jani Nikula wrote: > None of the DP DPCD helpers need to modify the DPCD. > > Signed-off-by: Jani Nikula Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/drm_dp_helper.c | 16 > include/drm/drm_dp_helper.h | 16 > 2

Re: [PATCH] drm/dp: constify DP DPCD helpers

2013-09-27 Thread Ville Syrjälä
On Fri, Sep 27, 2013 at 07:01:01PM +0300, Jani Nikula wrote: > None of the DP DPCD helpers need to modify the DPCD. > > Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/drm_dp_helper.c | 16 > include/drm/drm_dp_helper.h | 16 -

[PATCH] drm/dp: constify DP DPCD helpers

2013-09-27 Thread Jani Nikula
None of the DP DPCD helpers need to modify the DPCD. Signed-off-by: Jani Nikula --- drivers/gpu/drm/drm_dp_helper.c | 16 include/drm/drm_dp_helper.h | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/drivers/gpu/drm/drm_dp_helper.c b