Add const to drm_encoder_helper_funcs structures as they are only passed
as an argument to the function drm_encoder_helper_add and this argument
is of type const. So, add const to these structures.
Signed-off-by: Bhumika Goyal<bhumirks@xxxxxxxxx>
---
Changes in v2 -
* Let the line exceed over 80 characters while adding const.