Changeset 7c3fb9b in mainline for uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
- Timestamp:
- 2018-05-17T08:29:01Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ff23ff
- Parents:
- fac0ac7
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
rfac0ac7 r7c3fb9b 169 169 { 170 170 assert(regs); 171 /* Init sequence for dispc is in chapter 7.6.5.1.4 p. 1810, 172 * no idea what parts of that work. */ 171 /* 172 * Init sequence for dispc is in chapter 7.6.5.1.4 p. 1810, 173 * no idea what parts of that work. 174 */ 173 175 174 176 /* Disable all interrupts */ … … 248 250 /* 0x03ff03c0 is the default */ 249 251 regs->gfx.fifo_threshold = 0x03ff03c0; 250 /* This value should be stride - width, 1 means next pixel i.e. 251 * stride == width */ 252 /* 253 * This value should be stride - width, 1 means next pixel i.e. 254 * stride == width 255 */ 252 256 regs->gfx.row_inc = 1; 253 257 /* number of bytes to next pixel in BPP multiples */
Note:
See TracChangeset
for help on using the changeset viewer.