aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)Author
2021-11-26drm/udl: fix control-message timeoutJohan Hovold
2019-07-21drm/udl: move to embedding drm device inside udl device.Dave Airlie
2019-07-21drm/udl: introduce a macro to convert dev to udl.Dave Airlie
2019-04-17drm/udl: add a release method and delay modeset teardownDave Airlie
2018-09-29drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark
2018-09-05udl-kms: avoid divisionMikulas Patocka
2018-09-05udl-kms: fix crash due to uninitialized memoryMikulas Patocka
2018-09-05udl-kms: handle allocation failureMikulas Patocka
2018-09-05udl-kms: change down_interruptible to downMikulas Patocka
2018-07-11drm/udl: fix display corruption of the last lineMikulas Patocka
2018-03-28drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-18drm: udl: constify usb_device_idArvind Yadav
2017-08-16drm/udl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-08-11drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-11drm: Document device unplug infrastructureDaniel Vetter
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky
2017-07-03drm/udl: dma-buf: Constify dma_buf_ops structures.Arvind Yadav
2017-06-26drm/udl: Drop drm_vblank_cleanupDaniel Vetter
2017-06-20drm/udl: Remove dummy busid callbackDaniel Vetter
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-05-18drm/udl: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie
2017-04-11drm/udl: Fix unaligned memory access in udl_render_hlineJonathan Neuschäfer
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-11-14drm/udl: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ
2016-11-11drm/udl: make control msg static const. (v2)Dave Airlie
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson
2016-09-28drm/udl: fix line iterator in damage handlingDavid Herrmann