summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_modeset.c
Commit message (Expand)AuthorAgeFilesLines
* drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann2023-12-061-2/+17
* drm/udl: Convert to drm_crtc_helper_atomic_check()Geert Uytterhoeven2023-07-291-11/+2
* drm/udl: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-1/+0
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-1/+4
* drm/udl: Add constants for commandsThomas Zimmermann2022-10-071-7/+9
* drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann2022-10-071-9/+24
* drm/udl: Add register constants for video locksThomas Zimmermann2022-10-071-2/+2
* drm/udl: Add register constants for color depthThomas Zimmermann2022-10-071-1/+1
* drm/udl: Add constants for display-mode registersThomas Zimmermann2022-10-071-70/+32
* drm/udl: Move register constants to udl_proto.hThomas Zimmermann2022-10-071-6/+5
* drm/udl: Use damage iteratorThomas Zimmermann2022-10-071-21/+21
* drm/udl: Support DRM hot-unpluggingThomas Zimmermann2022-10-071-6/+37
* drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann2022-10-071-47/+14
* drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann2022-10-071-52/+105
* drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann2022-10-071-8/+0
* drm/udl: Move connector to modesetting codeThomas Zimmermann2022-10-071-0/+122
* drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann2022-10-071-0/+14
* drm/udl: Sync pending URBs at the end of suspendTakashi Iwai2022-09-101-2/+0
* drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai2022-09-101-11/+8
* drm/udl: Drop unneeded alignmentTakashi Iwai2022-09-101-27/+1
* Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai2022-09-101-2/+0
* drm/udl: Enable damage clippingThomas Zimmermann2022-09-101-0/+1
* drm/udl: Restore display mode on resumeTakashi Iwai2022-09-101-3/+0
* drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai2022-08-101-0/+2
* drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai2022-08-101-0/+2
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-1/+2
* drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann2021-08-081-2/+2
* drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann2021-07-231-21/+8
* drm/udl: Move vmap out of commit tailThomas Zimmermann2021-02-081-21/+13
* drm/udl: Fix missing error code in udl_handle_damage()Dan Carpenter2020-11-131-1/+3
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+5
* drm/udl: Make udl_handle_damage staticZou Wei2020-05-061-2/+2
* drm/udl: don't set drm_device->dev_privateDaniel Vetter2020-04-281-3/+3
* drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-15/+6
* 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