projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c725e5
)
drm/tegra: fix up page flip flags.
author
Dave Airlie
<airlied@redhat.com>
Sun, 1 Sep 2013 23:47:56 +0000
(09:47 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 1 Sep 2013 23:47:56 +0000
(09:47 +1000)
This was one level away from where I'd grepped.
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/host1x/drm/dc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/host1x/drm/dc.c
b/drivers/gpu/host1x/drm/dc.c
index
5360e5a
..
b1a05ad
100644
(file)
--- a/
drivers/gpu/host1x/drm/dc.c
+++ b/
drivers/gpu/host1x/drm/dc.c
@@
-235,7
+235,7
@@
void tegra_dc_cancel_page_flip(struct drm_crtc *crtc, struct drm_file *file)
}
static int tegra_dc_page_flip(struct drm_crtc *crtc, struct drm_framebuffer *fb,
- struct drm_pending_vblank_event *event)
+ struct drm_pending_vblank_event *event
, uint32_t page_flip_flags
)
{
struct tegra_dc *dc = to_tegra_dc(crtc);
struct drm_device *drm = crtc->dev;