Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92351
b: refs/heads/master
c: 5eedc46
h: refs/heads/master
i:
  92349: 517d432
  92347: 04ddeb2
  92343: fcc7b44
  92335: 8c27bf0
  92319: 7352777
  92287: 86611ad
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 29bb5e4 commit 97aee39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ba0a3c0e8147e5c8d04f2b284c44222af517307
refs/heads/master: 5eedc466758b5743512d38b5d1eab6f799a39e00
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/ivtv/ivtv-yuv.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ static void ivtv_yuv_init(struct ivtv *itv)
}

/* Get next available yuv buffer on PVR350 */
void ivtv_yuv_next_free(struct ivtv *itv)
static void ivtv_yuv_next_free(struct ivtv *itv)
{
int draw, display;
struct yuv_playback_info *yi = &itv->yuv_info;
Expand All @@ -937,7 +937,7 @@ void ivtv_yuv_next_free(struct ivtv *itv)
}

/* Set up frame according to ivtv_dma_frame parameters */
void ivtv_yuv_setup_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
static void ivtv_yuv_setup_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
{
struct yuv_playback_info *yi = &itv->yuv_info;
u8 frame = yi->draw_frame;
Expand Down Expand Up @@ -1042,7 +1042,7 @@ void ivtv_yuv_frame_complete(struct ivtv *itv)
(itv->yuv_info.draw_frame + 1) % IVTV_YUV_BUFFERS);
}

int ivtv_yuv_udma_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
static int ivtv_yuv_udma_frame(struct ivtv *itv, struct ivtv_dma_frame *args)
{
DEFINE_WAIT(wait);
int rc = 0;
Expand Down

0 comments on commit 97aee39

Please sign in to comment.