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 cur[1]; /* cursor plane */
|
||||
|
||||
Pfit *pfit; /* selected pfit */
|
||||
Pfit *pfit; /* selected panel fitter */
|
||||
};
|
||||
|
||||
typedef struct Igfx Igfx;
|
||||
|
@ -990,7 +990,7 @@ load(Vga* vga, Ctlr* ctlr)
|
|||
loadreg(igfx, igfx->hdmi[x].ctl);
|
||||
}
|
||||
|
||||
/* turn on lcd pfit */
|
||||
/* program lcd power */
|
||||
loadreg(igfx, igfx->ppcontrol);
|
||||
|
||||
ctlr->flag |= Fload;
|
||||
|
|
Loading…
Reference in a new issue