kernel BUG at drivers/gpu/drm/drm_crtc.c:3112!

2013-11-25 Thread Yuanhan Liu
Greetings, I got the below dmesg and the first bad commit is commit 0e9e8e681d7694783cb0e1d5b558144d36fe39f6 Author: Rob Clark AuthorDate: Fri Oct 4 17:38:30 2013 -0400 Commit: Rob Clark CommitDate: Fri Nov 22 10:19:01 2013 -0500 drm: convert plane to properties/state Break th

[PATCH][TRIVAL] drm: use format %d to print error code

2012-06-17 Thread Yuanhan Liu
It is more readable by printing "ret = -1" than "ret = 0x" Signed-off-by: Yuanhan Liu --- drivers/gpu/drm/drm_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 8a9d079..946bd91

[PATCH][TRIVAL] drm: use format %d to print error code

2012-06-16 Thread Yuanhan Liu
It is more readable by printing "ret = -1" than "ret = 0x" Signed-off-by: Yuanhan Liu --- drivers/gpu/drm/drm_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 8a9d079..946bd91