Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293854
b: refs/heads/master
c: 370a53f
h: refs/heads/master
v: v3
  • Loading branch information
Matt Turner authored and Dave Airlie committed Mar 21, 2012
1 parent b0dcb86 commit f49d880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: ef61d3d8b7e626c7ac0a820fac904d4d73c9c175
refs/heads/master: 370a53f943c2efa08d1e145454571eccaecdcc19
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/export.h>

#include "drmP.h"
#include "drm_edid.h"
#include "radeon_drm.h"
#include "radeon.h"
#include "atom.h"
Expand All @@ -45,13 +46,13 @@ bool radeon_ddc_probe(struct radeon_connector *radeon_connector)
int ret;
struct i2c_msg msgs[] = {
{
.addr = 0x50,
.addr = DDC_ADDR,
.flags = 0,
.len = 1,
.buf = &out,
},
{
.addr = 0x50,
.addr = DDC_ADDR,
.flags = I2C_M_RD,
.len = 8,
.buf = buf,
Expand Down

0 comments on commit f49d880

Please sign in to comment.