[PATCH] radeon/kms: set/get the scanout flag using the set/get_tiling ioctls

2013-08-13 Thread Marek Olšák
Please disregard this patch and the related patches. It causes a regression which I haven't been able to fix yet. Marek On Mon, Aug 12, 2013 at 8:19 PM, Marek Ol??k wrote: > Basically just pass RADEON_TILING_R600_SCANOUT everywhere. > Hopefully I didn't miss anything. This is only

Re: [PATCH] radeon/kms: set/get the scanout flag using the set/get_tiling ioctls

2013-08-13 Thread Marek Olšák
Please disregard this patch and the related patches. It causes a regression which I haven't been able to fix yet. Marek On Mon, Aug 12, 2013 at 8:19 PM, Marek Olšák mar...@gmail.com wrote: Basically just pass RADEON_TILING_R600_SCANOUT everywhere. Hopefully I didn't miss anything. This is only

[PATCH] radeon/kms: set/get the scanout flag using the set/get_tiling ioctls

2013-08-12 Thread Marek Olšák
Basically just pass RADEON_TILING_R600_SCANOUT everywhere. Hopefully I didn't miss anything. This is only compile-tested. Signed-off-by: Marek Ol??k --- src/drmmode_display.c | 44 +--- src/radeon_bo_helper.c | 11 +-- src/radeon_drm.h | 5

[PATCH] radeon/kms: set/get the scanout flag using the set/get_tiling ioctls

2013-08-12 Thread Marek Olšák
Basically just pass RADEON_TILING_R600_SCANOUT everywhere. Hopefully I didn't miss anything. This is only compile-tested. Signed-off-by: Marek Olšák marek.ol...@amd.com --- src/drmmode_display.c | 44 +--- src/radeon_bo_helper.c | 11 +--