Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuffer address.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26054 a1c6a512-1295-4272-9138-f99709370657

-2
-2
firmware/target/arm/imx31/gigabeat-s/lcd-gigabeat-s.c
··· 50 50 /* Only do this once to avoid flicker */ 51 51 memset(FRAME, 0x00, FRAME_SIZE); 52 52 #endif 53 - IPU_IDMAC_CHA_EN &= ~(1ul << MAIN_LCD_IDMAC_CHANNEL); 54 53 IPU_IMA_ADDR = ((0x1 << 16) | (MAIN_LCD_IDMAC_CHANNEL << 4)) + (1 << 3); 55 54 IPU_IMA_DATA = FRAME_PHYS_ADDR; 56 - IPU_IDMAC_CHA_EN |= (1ul << MAIN_LCD_IDMAC_CHANNEL); 57 55 } 58 56 59 57 /* Update a fraction of the display. */