[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 jani.nik...@intel.com --- drivers/gpu/drm/drm_dp_helper.c | 16 include/drm/drm_dp_helper.h | 16 2 files changed, 16 insertions(+), 16 deletions(-) diff --git

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 jani.nik...@intel.com wrote: None of the DP DPCD helpers need to modify the DPCD. Signed-off-by: Jani Nikula jani.nik...@intel.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- drivers/gpu/drm/drm_dp_helper.c | 16