Re: [Mesa-dev] [PATCH] gallium: Query uvd handles info

2019-04-30 Thread Marek Olšák
It would be better to add a pipe cap for this. I don't think you need uint64_t here. Marek On Tue, Apr 30, 2019, 6:45 AM Sahu, Satyajit wrote: > Query the uvd handles info. If the used uvd handles are equals to > max possible handles then return error. > > Signed-off-by: Satyajit Sahu > --- >

[Mesa-dev] [PATCH] gallium: Query uvd handles info

2019-04-30 Thread Sahu, Satyajit
Query the uvd handles info. If the used uvd handles are equals to max possible handles then return error. Signed-off-by: Satyajit Sahu --- src/gallium/drivers/radeon/radeon_winsys.h| 1 + src/gallium/drivers/radeonsi/si_get.c | 8 src/gallium/include/pipe/p_screen.h