On 04/30/2012 08:06 PM, Kristian Hoegsberg wrote:
On Mon, Apr 30, 2012 at 01:31:29PM +0300, Ander Conselvan de Oliveira wrote:
Use the new gbm_get/set_user_data() to reuse the kms fbs if the gbm
surface's bo's are reused.
This doesn't look right. drm_output_render() always allocates and
sets
On Mon, Apr 30, 2012 at 01:31:29PM +0300, Ander Conselvan de Oliveira wrote:
> Use the new gbm_get/set_user_data() to reuse the kms fbs if the gbm
> surface's bo's are reused.
This doesn't look right. drm_output_render() always allocates and
sets user data, which overwrite previously set user dat
Use the new gbm_get/set_user_data() to reuse the kms fbs if the gbm
surface's bo's are reused.
---
src/compositor-drm.c | 94 +++--
1 files changed, 75 insertions(+), 19 deletions(-)
diff --git a/src/compositor-drm.c b/src/compositor-drm.c
index e7433