aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/udlfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka1-6/+4
2018-07-25udlfb: avoid prefetchMikulas Patocka1-8/+0
2018-07-25udlfb: optimization - test the backing bufferMikulas Patocka1-10/+33
2018-07-25udlfb: allow reallocating the framebufferMikulas Patocka1-25/+49
2018-07-25udlfb: set line_length in dlfb_ops_set_parMikulas Patocka1-0/+1
2018-07-25udlfb: handle allocation failureMikulas Patocka1-9/+17
2018-07-25udlfb: make a local copy of fb_opsMikulas Patocka1-1/+2
2018-07-25udlfb: don't switch if we are switching to the same videomodeMikulas Patocka1-2/+16
2018-07-25udlfb: fix display corruption of the last lineMikulas Patocka1-10/+20
2018-07-25udlfb: fix semaphore value leakMikulas Patocka1-25/+2
2018-03-28video: udlfb: Return an error code only as a constant in dlfb_realloc_framebuffer()Markus Elfring1-7/+2
2018-03-12video: udlfb: Use already defined BPP constantLadislav Michl1-4/+3
2018-03-12video: udlfb: Fix unaligned accessLadislav Michl1-11/+12
2018-01-16video: udlfb: Switch from the pr_*() to the dev_*() logging functionsLadislav Michl1-114/+117
2018-01-16video: udlfb: Constify read only dataLadislav Michl1-2/+2
2018-01-15video: udlfb: Do not name private data 'dev'Ladislav Michl1-207/+207
2018-01-15video: udlfb: Remove noisy warningsLadislav Michl1-20/+0
2018-01-15video: udlfb: Remove redundant gdev variableLadislav Michl1-3/+1
2018-01-15video: udlfb: Remove unnecessary local variableLadislav Michl1-6/+2
2017-12-29video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring1-4/+0
2017-12-29video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring1-1/+1
2017-11-09video: udlfb: Fix read EDID timeoutLadislav Michl1-5/+5
2017-08-21video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error pathAnton Vasilyev1-1/+0
2017-08-21video: fbdev: udlfb: constify usb_device_id.Arvind Yadav1-1/+1
2017-08-18video: fbdev: add const to bin_attribute structuresBhumika Goyal1-1/+1
2017-06-14video: fbdev: udlfb: drop log level for blankingMike Gerow1-2/+2
2017-06-14video: fbdev: add missing USB-descriptor endianness conversionsJohan Hovold1-2/+3
2017-05-02video: fbdev: udlfb: Fix buffer on stackMaksim Salau1-2/+12
2015-08-20fbdev: udlfb: remove unneeded initialization in few placesAlexey Klimov1-6/+4
2014-12-04video: udlfb: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-6/+3
2014-09-09video: fbdev: use %*ph specifier to dump small buffersAndy Shevchenko1-5/+2
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-0/+1985