Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333751
b: refs/heads/master
c: e32087b
h: refs/heads/master
i:
  333749: 2f1fd48
  333747: c6eeea4
  333743: 81a4f03
v: v3
  • Loading branch information
Lad, Prabhakar authored and Mauro Carvalho Chehab committed Oct 5, 2012
1 parent ebe60dc commit 256bba5
Show file tree
Hide file tree
Showing 3 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: fabc4e948b0ebe128ec54687bae01f216e34bb41
refs/heads/master: e32087bcc4daa29fd30cf7742ef9b522625a1690
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-davinci/board-dm644x-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ static struct vpbe_output dm644xevm_vpbe_outputs[] = {
.index = 1,
.name = "Component",
.type = V4L2_OUTPUT_TYPE_ANALOG,
.capabilities = V4L2_OUT_CAP_CUSTOM_TIMINGS,
.capabilities = V4L2_OUT_CAP_DV_TIMINGS,
},
.subdev_name = VPBE_VENC_SUBDEV_NAME,
.default_mode = "480p59_94",
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/davinci/vpbe.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ static int vpbe_s_dv_timings(struct vpbe_device *vpbe_dev,


if (!(cfg->outputs[out_index].output.capabilities &
V4L2_OUT_CAP_CUSTOM_TIMINGS))
V4L2_OUT_CAP_DV_TIMINGS))
return -EINVAL;

for (i = 0; i < output->num_modes; i++) {
Expand Down Expand Up @@ -408,7 +408,7 @@ static int vpbe_enum_dv_timings(struct vpbe_device *vpbe_dev,
int j = 0;
int i;

if (!(output->output.capabilities & V4L2_OUT_CAP_CUSTOM_TIMINGS))
if (!(output->output.capabilities & V4L2_OUT_CAP_DV_TIMINGS))
return -EINVAL;

for (i = 0; i < output->num_modes; i++) {
Expand Down

0 comments on commit 256bba5

Please sign in to comment.