On Wed, Feb 10, 2016 at 12:15:22PM +, Carlos Palminha wrote:
> Avoids null crash when encoders don't implement mode_fixup.
>
> Signed-off-by: Carlos Palminha
One more thing I've forgotten: With these changes the kerneldoc in
include/drm/drm_modeset_helper_vtables.h is now no longer accurate.
On Wed, Feb 10, 2016 at 12:15:22PM +, Carlos Palminha wrote:
> Avoids null crash when encoders don't implement mode_fixup.
>
> Signed-off-by: Carlos Palminha
btw we could do the same game for drm_crtc_helper_funcs->mode_fixup. More
dummy functions to nuke!
-Daniel
> ---
> drivers/gpu/drm/d
On Wed, Feb 10, 2016 at 12:15:22PM +, Carlos Palminha wrote:
> Avoids null crash when encoders don't implement mode_fixup.
>
> Signed-off-by: Carlos Palminha
> ---
> drivers/gpu/drm/drm_crtc_helper.c | 10 ++
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/drivers
Avoids null crash when encoders don't implement mode_fixup.
Signed-off-by: Carlos Palminha
---
drivers/gpu/drm/drm_crtc_helper.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/drm_crtc_helper.c
b/drivers/gpu/drm/drm_crtc_helper.c
index a02a7f9..ef