Re: [Mesa-dev] [PATCH] radeonsi: Expose support for 10-bit VP9 decode

2019-07-05 Thread Koenig, Christian
Please ping Leo Liu since I'm currently on vacation. Christian. Am 05.07.2019 10:55 schrieb "Vishwakarma, Pratik" : On 6/28/2019 12:32 PM, Christian König wrote: > Am 28.06.19 um 07:09 schrieb Vishwakarma, Pratik: >> Fix si_vid_is_format_supported to expose support >> for 10-bit VP9 decode

Re: [Mesa-dev] [PATCH] radeonsi: Expose support for 10-bit VP9 decode

2019-07-05 Thread Vishwakarma, Pratik
On 6/28/2019 12:32 PM, Christian König wrote: > Am 28.06.19 um 07:09 schrieb Vishwakarma, Pratik: >> Fix si_vid_is_format_supported to expose support >> for 10-bit VP9 decode using P016 format. Without >> this change, 10-bit decode will be exposed only >> for HEVC even though newer hardware

Re: [Mesa-dev] [PATCH] radeonsi: Expose support for 10-bit VP9 decode

2019-06-28 Thread Christian König
Am 28.06.19 um 07:09 schrieb Vishwakarma, Pratik: Fix si_vid_is_format_supported to expose support for 10-bit VP9 decode using P016 format. Without this change, 10-bit decode will be exposed only for HEVC even though newer hardware support 10-bit decode for VP9. Signed-off-by: Pratik

[Mesa-dev] [PATCH] radeonsi: Expose support for 10-bit VP9 decode

2019-06-27 Thread Vishwakarma, Pratik
Fix si_vid_is_format_supported to expose support for 10-bit VP9 decode using P016 format. Without this change, 10-bit decode will be exposed only for HEVC even though newer hardware support 10-bit decode for VP9. Signed-off-by: Pratik Vishwakarma --- src/gallium/drivers/radeonsi/si_get.c | 4

Re: [Mesa-dev] [PATCH] radeonsi: Expose support for 10 bit VP9 decode

2019-06-27 Thread Liu, Leo
On 2019-06-26 11:56 p.m., Vishwakarma, Pratik wrote: > Fix si_vid_is_format_supported to expose > support for 10-bit VP9 decode using P016 format You could have a better commit message here, like what it will cause by missing this patch. Regards, Leo > > Signed-off-by: Pratik Vishwakarma

[Mesa-dev] [PATCH] radeonsi: Expose support for 10 bit VP9 decode

2019-06-27 Thread Vishwakarma, Pratik
Fix si_vid_is_format_supported to expose support for 10-bit VP9 decode using P016 format Signed-off-by: Pratik Vishwakarma --- src/gallium/drivers/radeonsi/si_get.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/radeonsi/si_get.c