summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-11-23 20:56:05 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-11-23 20:57:09 +0100
commitfffd99c6cfb9af5dd4f30542b9bf57aeb5dde44d (patch)
tree38cb900004db74614313f703b5e1fd657388042e
parent8924cca09b0dc2c339b8a07743e25f28428c80e7 (diff)
wfdpipeline: Use depth 24 for drmModeAddFBHEADmaster
-rw-r--r--src/wfdpipeline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wfdpipeline.c b/src/wfdpipeline.c
index cd5b857..d90a136 100644
--- a/src/wfdpipeline.c
+++ b/src/wfdpipeline.c
@@ -148,7 +148,7 @@ wfd_pipeline_commit(struct wfd_device *device,
err = drmModeAddFB(fd,
pipeline->source_rect[2],
pipeline->source_rect[3],
- 32, 32,
+ 24, 32,
wfd_source_get_pitch(pipeline->source),
wfd_source_get_handle(pipeline->source),
&pipeline->fb_id);