mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
nvc0/CL: enable images
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7069>
This commit is contained in:
parent
ee035c75d4
commit
874371876e
1 changed files with 1 additions and 1 deletions
|
|
@ -622,7 +622,7 @@ nvc0_screen_get_compute_param(struct pipe_screen *pscreen,
|
|||
case PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE:
|
||||
RET((uint64_t []) { 1ULL << 40 });
|
||||
case PIPE_COMPUTE_CAP_IMAGES_SUPPORTED:
|
||||
RET((uint32_t []) { 0 });
|
||||
RET((uint32_t []) { NVC0_MAX_IMAGES });
|
||||
case PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS:
|
||||
RET((uint32_t []) { screen->mp_count_compute });
|
||||
case PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue