summaryrefslogtreecommitdiff
path: root/die.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-05die: Rename *_panic_func to *_panic_handlerVadim Kochan1-2/+2
2015-05-04trafgen: Delete rfmon mac80211 device on panicVadim Kochan1-9/+18
2015-04-21netsniff-ng: Delete rfmon mac80211 device in case of panicVadim Kochan1-0/+31
/tr>
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')