[PATCH v3 01/15] drm: Move format-related helpers to drm_fourcc.c

2016-06-09 Thread Daniel Vetter
On Thu, Jun 09, 2016 at 02:32:05AM +0300, Laurent Pinchart wrote: > The drm_crtc.c file is a mess, making the ABI documentation confusing > since all functions are in the same bag. Split the format-related > helpers to a new drm_fourcc.c file. > > Signed-off-by: Laurent Pinchart > --- > Document

[PATCH v3 01/15] drm: Move format-related helpers to drm_fourcc.c

2016-06-09 Thread Laurent Pinchart
The drm_crtc.c file is a mess, making the ABI documentation confusing since all functions are in the same bag. Split the format-related helpers to a new drm_fourcc.c file. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/gpu.tmpl | 5 + drivers/gpu/drm/Makefile | 2 +- drivers

[PATCH v3 01/15] drm: Move format-related helpers to drm_fourcc.c

2016-06-09 Thread Laurent Pinchart
The drm_crtc.c file is a mess, making the ABI documentation confusing since all functions are in the same bag. Split the format-related helpers to a new drm_fourcc.c file. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/gpu.tmpl | 5 + drivers/gpu/drm/Makefile | 2 +- drivers