aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHuacai Chen <[email protected]>2020-03-31 14:18:08 +0800
committerGerd Hoffmann <[email protected]>2020-03-31 16:48:00 +0200
commit80e5f89da3ab949fbbf1cae01dfaea29f5483a75 (patch)
tree7d7255645a629007455a3db68c979b0c3ff20f5d /tools/perf/scripts/python
parent2713778cbfca756eccd754339b785712ef464a98 (diff)
drm/qxl: Use correct notify port address when creating cursor ring
The command ring and cursor ring use different notify port addresses definition: QXL_IO_NOTIFY_CMD and QXL_IO_NOTIFY_CURSOR. However, in qxl_device_init() we use QXL_IO_NOTIFY_CMD to create both command ring and cursor ring. This doesn't cause any problems now, because QEMU's behaviors on QXL_IO_NOTIFY_CMD and QXL_IO_NOTIFY_CURSOR are the same. However, QEMU's behavior may be change in future, so let's fix it. P.S.: In the X.org QXL driver, the notify port address of cursor ring is correct. Signed-off-by: Huacai Chen <[email protected]> Cc: <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Gerd Hoffmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions