r600: fix a compilation warning in r600_screen_create()
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 30 Jan 2017 12:55:53 +0000 (13:55 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 30 Jan 2017 17:13:18 +0000 (18:13 +0100)
commitaf7fef12f7ae1faa63743acd9fb19e2c024b939c
tree63c32eae3acc30c7218e1f2a184816c2350f042c
parentf8bc628b2ceb13c8d1ddfa28b81dbef4159928b6
r600: fix a compilation warning in r600_screen_create()

Should be r600_common_screen instead of r600_screen.

Fixes: 80157a2c20 ("gallium/radeon: clean up r600_query_init_backend_mask")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/drivers/r600/r600_pipe.c