Skip to content

Commit

Permalink
drm/i915: Prefix raw register defines with underscore
Browse files Browse the repository at this point in the history
Most of our register defines follow the convention that if there's a
need for the raw register offset, that one has an underscore sa a
prefix. The define (possibly parametrized) without the underscore is
the one people should normally use, since it will take into account
all the parameters and other potential offsets that are needed.

Fix up the few stragglers that don't follow this convention.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1446672017-24497-14-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Ville Syrjälä committed Nov 18, 2015
1 parent b2e8c6c commit 086f8e8
Showing 1 changed file with 131 additions and 131 deletions.
Loading

0 comments on commit 086f8e8

Please sign in to comment.