summaryrefslogtreecommitdiff
path: root/img/exit.xbm
blob: 40c6979f1885dc8c67dbff76dd588b2bd09476e7 (plain)
1
2
3
4
5
6
#define exit_width 16
#define exit_height 16
static unsigned char exit_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x70, 0x3c, 0xc0, 0x1e, 0x80, 0x07,
   0xc0, 0x03, 0xe0, 0x06, 0x70, 0x0c, 0x78, 0x1c, 0x3c, 0x1c, 0x3c, 0x18,
   0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00};
space:mode:
authorJan Leupold <leupold@rsi-elektrotechnik.de>2016-07-06 13:22:35 +0200
committerBoris Brezillon <boris.brezillon@free-electrons.com>2016-09-06 14:46:16 +0200
commitd31ed3f05763644840c654a384eaefa94c097ba2 (patch)
tree78895605df0e036e8b80845aa5669bd86fb3fdab /Documentation
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
drm: atmel-hlcdc: Fix vertical scaling
The code is applying the same scaling for the X and Y components, thus making the scaling feature only functional when both components have the same scaling factor. Do the s/_w/_h/ replacement where appropriate to fix vertical scaling. Signed-off-by: Jan Leupold <leupold@rsi-elektrotechnik.de> Fixes: 1a396789f65a2 ("drm: add Atmel HLCDC Display Controller support") Cc: <stable@vger.kernel.org> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'Documentation')