projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-3.18-exynos7270.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b24638
)
drm/ast: fixed cursor may disappear sometimes
author
Y.C. Chen
<yc_chen@aspeedtech.com>
Tue, 30 Oct 2018 03:34:46 +0000
(11:34 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 1 Dec 2018 08:47:59 +0000
(09:47 +0100)
commit
7989b9ee8bafe5cc625381dd0c3c4586de27ca26
upstream.
Signed-off-by: Y.C. Chen <yc_chen@aspeedtech.com>
Cc: <stable@vger.kernel.org>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/ast/ast_mode.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/ast/ast_mode.c
b/drivers/gpu/drm/ast/ast_mode.c
index
9dc0fd5
..
6f3b0fc
100644
(file)
--- a/
drivers/gpu/drm/ast/ast_mode.c
+++ b/
drivers/gpu/drm/ast/ast_mode.c
@@
-1246,7
+1246,7
@@
static int ast_cursor_move(struct drm_crtc *crtc,
ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xc7, ((y >> 8) & 0x07));
/* dummy write to fire HWC */
- ast_s
et_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xCB, 0xFF, 0x00
);
+ ast_s
how_cursor(crtc
);
return 0;
}