summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-04-24 23:55:04 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-05-19 15:31:06 +0200
commitc8f7a0dbd7bfb9719d281407587f78c84f0411e6 (patch)
tree30d3fffd0d89d3cdc6e48280544a6930cfd86a3e /tools/perf/scripts/python
parent71b1c373ca49a0bbe8d299754def035ff359284b (diff)
drm/i915: Inline set_base into crtc_mode_set
A lot of the code in set_base is uncessary when the crtc is off, so we can get rid of it all. Also, we don't need to call the fbc/psr update functions since the crtc enable/disable hooks do that already. The only things we really need are: - Pin the new framebuffer and potentially unpin the old framebuffer (if the crtc has been on and we only change the configuration). - Update the plane registers. The first step will move out of platform code with the very next patch. v2: Don't forget about haswell ... Reviewed-by: Akash Goel <akash.goel@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions