Displaying 2 results from an estimated 2 matches for "nvwrite".
Did you mean:
nowrite
2009 Sep 06
2
[PATCH 1/4] drm/nouveau: add reg_debug module parameter
...4 +59,14 @@ static inline uint32_t
nvReadMC(struct drm_device *dev, uint32_t reg)
{
uint32_t val = nv_rd32(dev, reg);
- NV_DEBUG(dev, "nvReadMC: reg %08x val %08x\n", reg, val);
+ NV_REG_DEBUG(MC, dev, "reg %08x val %08x\n", reg, val);
return val;
}
static inline void
nvWriteMC(struct drm_device *dev, uint32_t reg, uint32_t val)
{
- NV_DEBUG(dev, "nvWriteMC: reg %08x val %08x\n", reg, val);
+ NV_REG_DEBUG(MC, dev, "reg %08x val %08x\n", reg, val);
nv_wr32(dev, reg, val);
}
@@ -74,14 +74,14 @@ static inline uint32_t
nvReadVIDEO(struct drm_devic...
2009 Mar 03
0
a bug of the driver xf86-video-nouveau
...And I found that this chip using SOR2. So at the driver, I modified a number of places?.
??? First in the file nv50reg.h ,
#define NV50_PCONNECTOR_I2C_PORT_4???0x0000e254
#define NV50_PCONNECTOR_I2C_PORT_5???0x0000e274
?????Second in the file nv50_display.c in the function NV50DispPreInit , I add
NVWrite(pNv, 0x006101e0 + SOR2 * 0x4, NVRead(pNv, 0x0061c000 + SOR2 * 0x800));
????
Best wishes!
___________________________________________________________
?????????????????
http://card.mail.cn.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://li...