summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_modeset.c
AgeCommit message (Expand)Author
2023-12-06drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann
2023-07-29drm/udl: Convert to drm_crtc_helper_atomic_check()Geert Uytterhoeven
2023-01-18drm/udl: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann
2022-10-07drm/udl: Add constants for commandsThomas Zimmermann
2022-10-07drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann
2022-10-07drm/udl: Add register constants for video locksThomas Zimmermann
2022-10-07drm/udl: Add register constants for color depthThomas Zimmermann
2022-10-07drm/udl: Add constants for display-mode registersThomas Zimmermann
2022-10-07drm/udl: Move register constants to udl_proto.hThomas Zimmermann
2022-10-07drm/udl: Use damage iteratorThomas Zimmermann
2022-10-07drm/udl: Support DRM hot-unpluggingThomas Zimmermann
2022-10-07drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann
2022-10-07drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann
2022-10-07drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann
2022-10-07drm/udl: Move connector to modesetting codeThomas Zimmermann
2022-10-07drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai
2022-09-10drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai
2022-09-10drm/udl: Drop unneeded alignmentTakashi Iwai
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai
2022-09-10drm/udl: Enable damage clippingThomas Zimmermann
2022-09-10drm/udl: Restore display mode on resumeTakashi Iwai
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2021-08-08drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann
2021-07-23drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann
2021-02-08drm/udl: Move vmap out of commit tailThomas Zimmermann
2020-11-13drm/udl: Fix missing error code in udl_handle_damage()Dan Carpenter
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-05-06drm/udl: Make udl_handle_damage staticZou Wei
2020-04-28drm/udl: don't set drm_device->dev_privateDaniel Vetter
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter
2020-01-30drm/udl: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann
2019-12-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka
2018-07-31udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka