Re: [Mesa-dev] [PATCH] i965: Naive implementation of gbm_bo_map

2017-06-12 Thread Ben Widawsky
Lost track of this. People interested? On 17-04-24 12:09:49, Emil Velikov wrote: On 24 April 2017 at 11:56, Tapani Pälli wrote: On 04/24/2017 01:52 PM, Emil Velikov wrote: Hi Ben, Just realised that the CrOS team might be interested in this as well - adding Tomasz. On 21 April 2017 at 18

Re: [Mesa-dev] [PATCH] i965: Naive implementation of gbm_bo_map

2017-04-24 Thread Emil Velikov
On 24 April 2017 at 11:56, Tapani Pälli wrote: > > > On 04/24/2017 01:52 PM, Emil Velikov wrote: >> >> Hi Ben, >> >> Just realised that the CrOS team might be interested in this as well - >> adding Tomasz. >> >> On 21 April 2017 at 18:17, Ben Widawsky wrote: >>> >>> Could do smarter stuff with th

Re: [Mesa-dev] [PATCH] i965: Naive implementation of gbm_bo_map

2017-04-24 Thread Tapani Pälli
On 04/24/2017 01:52 PM, Emil Velikov wrote: Hi Ben, Just realised that the CrOS team might be interested in this as well - adding Tomasz. On 21 April 2017 at 18:17, Ben Widawsky wrote: Could do smarter stuff with the mappings. I decided not to. Tested with kmscube. No current clients seem

Re: [Mesa-dev] [PATCH] i965: Naive implementation of gbm_bo_map

2017-04-24 Thread Emil Velikov
Hi Ben, Just realised that the CrOS team might be interested in this as well - adding Tomasz. On 21 April 2017 at 18:17, Ben Widawsky wrote: > Could do smarter stuff with the mappings. I decided not to. > > Tested with kmscube. No current clients seem to use non-zero x0, y0, so > that's untested

[Mesa-dev] [PATCH] i965: Naive implementation of gbm_bo_map

2017-04-21 Thread Ben Widawsky
Could do smarter stuff with the mappings. I decided not to. Tested with kmscube. No current clients seem to use non-zero x0, y0, so that's untested. Cc: Tapani Pälli (AndroidIA?) Cc: Emil Velikov Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/intel_screen.c | 39 +++