]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Improve on minor type helpers v3
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 13 Mar 2014 10:07:44 +0000 (11:07 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 28 Mar 2014 13:19:01 +0000 (14:19 +0100)
commit367008b1775ce64b0474551e159c6530eeee64e0
treef8d03bfae90ffab92178477a88628eb3f6b79ec5
parent0f0a53c8f80dd5e1c5779fc41298f3d74a132e37
drm: Improve on minor type helpers v3

Add a drm_is_legacy() helper, constify argument to drm_is_render_client(),
and use / change helpers where appropriate.

v2: s/drm_is_legacy/drm_is_legacy_client/ and adapt to new code context.
v3: s/legacy_client/primary_client/

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
drivers/gpu/drm/drm_crtc.c
drivers/gpu/drm/drm_fops.c
include/drm/drmP.h