mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 05:00:19 +01:00
radv: init decoder ip block earlier.
This makes the queue decisions later correct. Cc: mesa-stable Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27186>
This commit is contained in:
parent
6065671a7f
commit
bba36df84d
1 changed files with 2 additions and 2 deletions
|
|
@ -2050,13 +2050,13 @@ radv_physical_device_try_create(struct radv_instance *instance, drmDevicePtr drm
|
|||
if ((device->instance->debug_flags & RADV_DEBUG_INFO))
|
||||
ac_print_gpu_info(&device->rad_info, stdout);
|
||||
|
||||
radv_init_physical_device_decoder(device);
|
||||
|
||||
radv_physical_device_init_queue_table(device);
|
||||
|
||||
/* We don't check the error code, but later check if it is initialized. */
|
||||
ac_init_perfcounters(&device->rad_info, false, false, &device->ac_perfcounters);
|
||||
|
||||
radv_init_physical_device_decoder(device);
|
||||
|
||||
/* The WSI is structured as a layer on top of the driver, so this has
|
||||
* to be the last part of initialization (at least until we get other
|
||||
* semi-layers).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue