git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27e970
)
drm/i915: Use POSTING_READ in lcpll code
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 21 Aug 2013 21:38:08 +0000
(23:38 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 23 Aug 2013 12:52:36 +0000
(14:52 +0200)
If we don't use the return value of a mmio read our coding style is to
use the POSTING_READ macro. This avoids cluttering the mmio traces.
While at it add the missing posting read in the lcpll enable function
that Paulo spotted.
v2: Drop the _NOTRACE changes, tracing such wait_for loops in the modeset
code might actually be rather useful!
Cc: Paulo Zanoni <przanoni@gmail.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/i915/intel_display.c
Simple merge