Re: [Intel-gfx] [PATCH 1/9] drm: Extract drm_encoder.[hc]

2016-08-25 Thread Daniel Vetter
On Thu, Aug 25, 2016 at 05:53:51PM +0530, Archit Taneja wrote: > > Hi, > > On 08/18/2016 02:25 AM, Daniel Vetter wrote: > > Same treatment as before. Only hiccup is drm_crtc_mask, which > > unfortunately can't be resolved until drm_crtc.h is less of a monster. > > Untangle the header loop with a

Re: [Intel-gfx] [PATCH 1/9] drm: Extract drm_encoder.[hc]

2016-08-25 Thread Archit Taneja
Hi, On 08/18/2016 02:25 AM, Daniel Vetter wrote: Same treatment as before. Only hiccup is drm_crtc_mask, which unfortunately can't be resolved until drm_crtc.h is less of a monster. Untangle the header loop with a forward delcaration for that static s/delcaration/declaration inline. Signed

[Intel-gfx] [PATCH 1/9] drm: Extract drm_encoder.[hc]

2016-08-17 Thread Daniel Vetter
Same treatment as before. Only hiccup is drm_crtc_mask, which unfortunately can't be resolved until drm_crtc.h is less of a monster. Untangle the header loop with a forward delcaration for that static inline. Signed-off-by: Daniel Vetter --- Documentation/gpu/drm-kms.rst | 9 ++ drivers/