aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/udlfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-08fbdev: udlfb: Remove redundant initialization to variable identicalColin Ian King1-1/+1
2022-05-03fbdev: Use pageref offset for deferred-I/O writebackThomas Zimmermann1-4/+2
2022-05-03fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann1-5/+3
2022-05-03fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann1-2/+3
2022-05-03fbdev: Put mmap for deferred I/O into driversThomas Zimmermann1-0/+3
2022-04-04video: fbdev: udlfb: properly check endpoint typePavel Skripkin1-2/+12
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann1-0/+1
2022-02-11video: fbdev: udlfb: replace snprintf in show functions with sysfs_emitJing Yao1-4/+4
2020-12-15udlfb: Fix memory leak in dlfb_usb_probeZqiang1-0/+1
2020-09-08video: fbdev: udlfb: fix kobj_to_dev.cocci warningskernel test robot1-2/+2
2020-05-06video: udlfb: use true,false for bool variablesJason Yan1-3/+3
2019-12-03video: udlfb: don't restore fb_mmap after deferred IO cleanupJani Nikula1-1/+0
2019-08-19udlfb: Make dlfb_ops constantNishka Dasgupta1-1/+1
2019-06-28video: fbdev: don't print error message on framebuffer_alloc() failureBartlomiej Zolnierkiewicz1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-4/+1
2019-04-01udlfb: introduce a rendering mutexMikulas Patocka1-11/+30
2019-04-01udlfb: fix sleeping inside spinlockMikulas Patocka1-3/+53
2019-04-01udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka1-12/+9
2018-12-20udlfb: fix some inconsistent NULL checkingDan Carpenter1-8/+6
2018-10-08udlfb: handle unplug properlyMikulas Patocka1-104/+37
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