diff options
| author | Paulo Zanoni <[email protected]> | 2015-11-04 17:10:49 -0200 |
|---|---|---|
| committer | Maarten Lankhorst <[email protected]> | 2015-11-10 10:59:13 +0100 |
| commit | 45b32a2919784b3beb299c199e82a2973661d0f3 (patch) | |
| tree | 1b6e56fb82eca95b7b84f788eda343120e059644 /tools/perf/scripts/python | |
| parent | 30c58d5896e5e80511663e1553a5508714a4b55a (diff) | |
drm/i915: use struct intel_crtc *crtc at __intel_fbc_update()
This change was part of the commit that makes intel_fbc_update()
receive an intel_crtc as argument instead of dev_priv, but since it
was polluting the diff with too many chunks I decided to move it to
its own commit.
It seems that our developers are favoring having this instead of the
old combination drm_crtc *crtc + intel_crtc *intel_crtc, and on the
mentioned commit we'll get rid of the drm_crtc variable, so let's do
an intermediate commit with the rename, so on the next commit we'll
have just struct intel_crtc *crtc.
Signed-off-by: Paulo Zanoni <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Maarten Lankhorst <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions