aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_modeset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai1-2/+0
2022-09-10drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai1-11/+8
2022-09-10drm/udl: Drop unneeded alignmentTakashi Iwai1-27/+1
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai1-2/+0
2022-09-10drm/udl: Enable damage clippingThomas Zimmermann1-0/+1
2022-09-10drm/udl: Restore display mode on resumeTakashi Iwai1-3/+0
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai1-0/+2
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai1-0/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-1/+2
2021-08-08drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann1-2/+2
2021-07-23drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann1-21/+8
2021-02-08drm/udl: Move vmap out of commit tailThomas Zimmermann1-21/+13
2020-11-13drm/udl: Fix missing error code in udl_handle_damage()Dan Carpenter1-1/+3
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+5
2020-05-06drm/udl: Make udl_handle_damage staticZou Wei1-2/+2
2020-04-28drm/udl: don't set drm_device->dev_privateDaniel Vetter1-3/+3
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-15/+6
2020-01-30drm/udl: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann1-11/+0
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann1-0/+112
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann1-9/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann1-3/+8
2019-12-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann1-1/+1
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann1-59/+29
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann1-14/+0
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann1-93/+77
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann1-2/+14
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann1-8/+7
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann1-11/+7
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann1-1/+0
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-3/+1
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka1-1/+1
2018-07-31udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka1-3/+2
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi1-0/+14
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter1-2/+0
2016-06-06drm/udl: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-03-04drm/udl: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2015-12-15drm/udl: Constify function pointer structsVille Syrjälä1-1/+1
2015-01-31drm/udl: properly set active_16 flag in udl_crtc_page_flip(). (v2)Haixia Shi1-1/+8
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-07-08drm/udl: Implement page_flip ioctlStéphane Marchesin1-0/+21
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-1/+1
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-5/+0
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-10-02drm/udl: Make udl_crtc_init() staticSachin Kamat1-1/+1
2012-08-22drm/udl: dpms off the crtc when disabled.Dave Airlie1-2/+1
2012-07-19drm/udl: port over blanking code from udlfb.Dave Airlie1-7/+37
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1