Re: [Intel-gfx] [PATCH 2/3] drm/i915: make the primary plane func structs const

2018-09-25 Thread Paulo Zanoni
Em Ter, 2018-09-25 às 15:05 +0300, Ville Syrjälä escreveu: > On Mon, Sep 24, 2018 at 05:19:12PM -0700, Paulo Zanoni wrote: > > Because we can, the places where we use them already expect const > > structs. > > https://patchwork.freedesktop.org/series/44104/ already has the rest > of > the series c

Re: [Intel-gfx] [PATCH 2/3] drm/i915: make the primary plane func structs const

2018-09-25 Thread Ville Syrjälä
On Mon, Sep 24, 2018 at 05:19:12PM -0700, Paulo Zanoni wrote: > Because we can, the places where we use them already expect const > structs. https://patchwork.freedesktop.org/series/44104/ already has the rest of the series covered. It didn't get pushed due to lack of drm-misc backmerge. I suppose

[Intel-gfx] [PATCH 2/3] drm/i915: make the primary plane func structs const

2018-09-24 Thread Paulo Zanoni
Because we can, the places where we use them already expect const structs. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_display.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c i