igfx: fix some comments
This commit is contained in:
parent
35ad5c9136
commit
cf76346b37
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ struct Pipe {
|
||||||
Plane dsp[1]; /* display plane */
|
Plane dsp[1]; /* display plane */
|
||||||
Plane cur[1]; /* cursor plane */
|
Plane cur[1]; /* cursor plane */
|
||||||
|
|
||||||
Pfit *pfit; /* selected pfit */
|
Pfit *pfit; /* selected panel fitter */
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct Igfx Igfx;
|
typedef struct Igfx Igfx;
|
||||||
|
@ -990,7 +990,7 @@ load(Vga* vga, Ctlr* ctlr)
|
||||||
loadreg(igfx, igfx->hdmi[x].ctl);
|
loadreg(igfx, igfx->hdmi[x].ctl);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* turn on lcd pfit */
|
/* program lcd power */
|
||||||
loadreg(igfx, igfx->ppcontrol);
|
loadreg(igfx, igfx->ppcontrol);
|
||||||
|
|
||||||
ctlr->flag |= Fload;
|
ctlr->flag |= Fload;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue