Re: [Mesa-dev] [PATCH 0/2] kms-swrast: PRIME and missing defines

2014-08-21 Thread Andreas Pokorny
Hi Thank you for the review! I will send an updated version asap. On Wed, Aug 20, 2014 at 4:50 PM, Emil Velikov wrote: > Do you have any rough numbers about the benefit this brings us ? I doubt that there is a big timing impact between sharing named drm handles and prime fds, but yeah right now

Re: [Mesa-dev] [PATCH 0/2] kms-swrast: PRIME and missing defines

2014-08-20 Thread Emil Velikov
On 15/08/14 22:32, Andreas Pokorny wrote: > Hi, > > This adds support for dma_buf fds to kms_swrast. This is especially > interesting for drm capable drivers like qxl or udl. The former recently > gained prime support. The second part adds a few defines that werent set > anywhere else, but are

[Mesa-dev] [PATCH 0/2] kms-swrast: PRIME and missing defines

2014-08-15 Thread Andreas Pokorny
Hi, This adds support for dma_buf fds to kms_swrast. This is especially interesting for drm capable drivers like qxl or udl. The former recently gained prime support. The second part adds a few defines that werent set anywhere else, but are necessary for dri_kms_init_screen to be not empty. r