Home
last modified time | relevance | path

Searched hist:ac5c61bfa6ad24a5384b9b89902e024a994f715f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/
H A Dam335x-fb.cac5c61bfa6ad24a5384b9b89902e024a994f715f Mon Apr 25 19:25:07 UTC 2016 Martin Pietryka <martin.pietryka@chello.at> drivers/video/am335x-fb: Fix bits for LCD_PALMODE_RAWDATA definition

According to the TRM you have to set bits [21:20] to 0b10 for RAW mode, so
(0x10 << 20) is obviously wrong here.

Signed-off-by: Martin Pietryka <martin.pietryka@chello.at>