diff options
Diffstat (limited to 'src/gfx/disp_gu1.c')
-rw-r--r-- | src/gfx/disp_gu1.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gfx/disp_gu1.c b/src/gfx/disp_gu1.c index 2cb1ed5..a03c754 100644 --- a/src/gfx/disp_gu1.c +++ b/src/gfx/disp_gu1.c @@ -789,11 +789,11 @@ gfx_set_display_offset(unsigned long offset) WRITE_REG32(DC_UNLOCK, DC_UNLOCK_VALUE); /* START ADDRESS EFFECTS DISPLAY COMPRESSION */ - /* Disable compression for non-zero start addresss values. */ - /* Enable compression if offset is zero and comression is intended to */ - /* be enabled from a previous call to "gfx_set_compression_enable". */ - /* Compression should be disabled BEFORE the offset is changed */ - /* and enabled AFTER the offset is changed. */ + /* Disable compression for non-zero start address values. */ + /* Enable compression if offset is zero and compression is intended to */ + /* be enabled from a previous call to "gfx_set_compression_enable". */ + /* Compression should be disabled BEFORE the offset is changed */ + /* and enabled AFTER the offset is changed. */ if (offset == 0) { WRITE_REG32(DC_FB_ST_OFFSET, offset); if (gfx_compression_enabled) { |