Searched hist:"6 a5228fd" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 6a5228fd Mon Apr 18 10:18:37 CDT 2016 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/omap: remove align_pitch()
The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp.
To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6a5228fd Mon Apr 18 10:18:37 CDT 2016 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/omap: remove align_pitch() The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp. To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch(). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
H A D | omap_drv.h | 6a5228fd Mon Apr 18 10:18:37 CDT 2016 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/omap: remove align_pitch()
The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp.
To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6a5228fd Mon Apr 18 10:18:37 CDT 2016 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/omap: remove align_pitch() The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp. To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch(). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
H A D | omap_gem.c | 6a5228fd Mon Apr 18 10:18:37 CDT 2016 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/omap: remove align_pitch()
The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp.
To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch().
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 6a5228fd Mon Apr 18 10:18:37 CDT 2016 Tomi Valkeinen <tomi.valkeinen@ti.com> drm/omap: remove align_pitch() The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp. To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch(). Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|