summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_modeset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann2020-01-301-11/+0
* drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann2019-12-111-0/+112
* drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann2019-12-111-9/+0
* drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann2019-12-111-3/+8
* drm/udl: Set preferred color depth to 16 bppThomas Zimmermann2019-12-111-1/+1
* drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2019-12-111-59/+29
* drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann2019-12-111-14/+0
* drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann2019-12-111-93/+77
* drm/udl: Init connector before encoder and CRTCThomas Zimmermann2019-12-111-2/+14
* drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann2019-11-261-8/+7
* drm/udl: Store active framebuffer in device structureThomas Zimmermann2019-11-261-11/+7
* drm/udl: Replace fbdev code with generic emulationThomas Zimmermann2019-11-191-1/+0
* drm/udl: drop use of drmP.hSam Ravnborg2019-07-171-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner2019-06-051-3/+1
* udl-kms: dont spam the syslog with debug messagesMikulas Patocka2018-07-311-1/+1
* udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2018-07-311-3/+2
* drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-1/+2
* drm/udl: implement usb_driver suspend/resume.Haixia Shi2016-09-061-0/+14
* drm/kms: Nuke dirty_info propertyDaniel Vetter2016-08-161-2/+0
* drm/udl: use drm_crtc_send_vblank_event()Gustavo Padovan2016-06-061-1/+1
* drm/udl: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-9/+0
* drm/udl: Constify function pointer structsVille Syrjälä2015-12-151-1/+1
* drm/udl: properly set active_16 flag in udl_crtc_page_flip(). (v2)Haixia Shi2015-01-311-1/+8
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* drm/udl: Implement page_flip ioctlStéphane Marchesin2014-07-081-0/+21
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-1/+1
* drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä2013-06-171-5/+0
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-1/+1
|\
| * drm/udl: Make udl_crtc_init() staticSachin Kamat2012-10-021-1/+1
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-3/+3
|/
* drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
* drm/udl: port over blanking code from udlfb.Dave Airlie2012-07-201-7/+37
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-201-1/+1
* drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
* drm/udl: initial UDL driver (v4)Dave Airlie2012-03-151-0/+414