[PATCH 07/20] drm/fb: Move from drm_format_info to image_format_info

2019-04-17 Thread Maxime Ripard
Start converting the DRM drivers by changing the struct drm_framebuffer structure to hold a pointer to image_format_info instead, and converting everyone that depends on it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/Kconfig | 1 +- drivers/gpu/drm/amd/amdgpu/amdgp

[RFC PATCH 07/20] drm/fb: Move from drm_format_info to image_format_info

2019-03-19 Thread Maxime Ripard
Start converting the DRM drivers by changing the struct drm_framebuffer structure to hold a pointer to image_format_info instead, and converting everyone that depends on it. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/Kconfig | 1 +- drivers/gpu/drm/amd/amdgpu/amdgp