commit | 436830571eb9045d563979dc6185b1d5145ca4b6 | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thellstrom@vmware.com> | Thu Mar 13 11:07:44 2014 +0100 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Fri Mar 28 14:19:01 2014 +0100 |
tree | f8d03bfae90ffab92178477a88628eb3f6b79ec5 | |
parent | ac05dbc57ef2b8709bf48693bb25e16a63e8e71f [diff] |
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>