Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | video: Use 'int' for loop variables instead of short | Simon Glass | 2016-02-06 | -1/+1 |
| | | | | | | | | | | Using short doesn't save anything and is confusing when the width and height variables are ulong. This may fix Coverity CID134902 but I doubt it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> | |||
* | dm: video: Implement the bmp command for driver model | Simon Glass | 2016-01-20 | -0/+353 |
This command can use the bitmap display code in the uclass. This is similar to the code in lcd.c and cfb_console.c. These other copies will go away when all boards are converted to use driver model for video. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de> |