Re: [PATCH 01/15] drm: move drv test macros out of drmP.h

2018-07-12 Thread Sean Paul
On Mon, Jul 09, 2018 at 10:40:02AM +0200, Daniel Vetter wrote: > Last bit the prevented us from starting to delete the drmP.h monster > includes from source files! > > Also add kernel-doc while moving them. > > A nice consistent drm_dev_ prefix would be cute for these, but since > they're used ev

[PATCH 01/15] drm: move drv test macros out of drmP.h

2018-07-09 Thread Daniel Vetter
Last bit the prevented us from starting to delete the drmP.h monster includes from source files! Also add kernel-doc while moving them. A nice consistent drm_dev_ prefix would be cute for these, but since they're used everywhere I've figured I'll leave this bikeshed aside for now. Signed-off-by: