Age | Commit message (Expand) | Author | Files | Lines |
2022-09-10 | drm/udl: Sync pending URBs at the end of suspend | Takashi Iwai | 4 | -8/+10 |
2022-09-10 | drm/udl: Don't re-initialize stuff at retrying the URB list allocation | Takashi Iwai | 1 | -4/+3 |
2022-09-10 | drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list() | Takashi Iwai | 2 | -20/+30 |
2022-09-10 | drm/udl: Fix potential URB leaks | Takashi Iwai | 2 | -4/+9 |
2022-09-10 | drm/udl: Pass rectangle directly to udl_handle_damage() | Takashi Iwai | 1 | -11/+8 |
2022-09-10 | drm/udl: Drop unneeded alignment | Takashi Iwai | 2 | -67/+1 |
2022-09-10 | drm/udl: Increase the default URB list size to 20 | Takashi Iwai | 1 | -1/+1 |
2022-09-10 | drm/udl: Suppress error print for -EPROTO at URB completion | Takashi Iwai | 1 | -0/+1 |
2022-09-10 | Revert "drm/udl: Kill pending URBs at suspend and disconnect" | Takashi Iwai | 3 | -26/+3 |
2022-09-10 | drm/udl: Enable damage clipping | Thomas Zimmermann | 1 | -0/+1 |
2022-09-10 | drm/udl: Add reset_resume | Thomas Zimmermann | 3 | -1/+13 |
2022-09-10 | drm/udl: Restore display mode on resume | Takashi Iwai | 1 | -3/+0 |
2022-08-10 | drm/udl: Replace BUG_ON() with WARN_ON() | Takashi Iwai | 2 | -2/+4 |
2022-08-10 | drm/udl: Kill pending URBs at suspend and disconnect | Takashi Iwai | 3 | -3/+26 |
2022-08-10 | drm/udl: Sync pending URBs at suspend / disconnect | Takashi Iwai | 3 | -0/+20 |
2022-08-10 | drm/udl: Replace semaphore with a simple wait queue | Takashi Iwai | 2 | -64/+31 |
2022-06-20 | drm: Drop drm_edid.h from drm_crtc.h | Ville Syrjälä | 1 | -0/+1 |
2022-05-18 | drm/udl: Set VGA connector | Thomas Zimmermann | 1 | -1/+1 |
2022-02-07 | dma-buf-map: Rename to iosys-map | Lucas De Marchi | 1 | -1/+2 |
2021-11-05 | drm/udl: fix control-message timeout | Johan Hovold | 1 | -1/+1 |
2021-08-12 | drm/shmem-helper: Switch to vmf_insert_pfn | Daniel Vetter | 1 | -0/+1 |
2021-08-08 | drm/udl: Use offset-adjusted shadow-plane mapping | Thomas Zimmermann | 1 | -2/+2 |
2021-07-23 | drm/udl: Use framebuffer dma-buf helpers | Thomas Zimmermann | 1 | -21/+8 |
2021-03-16 | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -21/+13 |
2021-03-11 | drm: Use USB controller's DMA mask when importing dmabufs | Thomas Zimmermann | 3 | -0/+28 |
2021-02-08 | drm/udl: Move vmap out of commit tail | Thomas Zimmermann | 1 | -21/+13 |
2020-11-24 | drm/shmem-helper: Removed drm_gem_shmem_create_object_cached() | Thomas Zimmermann | 1 | -2/+0 |
2020-11-13 | drm/udl: Fix missing error code in udl_handle_damage() | Dan Carpenter | 1 | -1/+3 |
2020-11-09 | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends | Thomas Zimmermann | 1 | -3/+5 |
2020-11-09 | drm/udl: Retrieve USB device from struct drm_device.dev | Thomas Zimmermann | 4 | -19/+21 |
2020-11-06 | drm/<drivers>: Constify struct drm_driver | Daniel Vetter | 1 | -1/+1 |
2020-06-10 | drm/udl: Use GEM vmap/mmap function from SHMEM helpers | Thomas Zimmermann | 4 | -114/+3 |
2020-06-03 | drm/udl: Don't call get/put_pages on imported dma-buf | Daniel Vetter | 1 | -10/+12 |
2020-05-06 | drm/udl: Make udl_handle_damage static | Zou Wei | 1 | -2/+2 |
2020-04-28 | drm/udl: don't set drm_device->dev_private | Daniel Vetter | 3 | -6/+5 |
2020-04-28 | drm/udl: Use devm_drm_dev_alloc | Daniel Vetter | 1 | -19/+7 |
2020-04-08 | drm/udl: Remove error check from fbdev setup | Thomas Zimmermann | 1 | -5/+1 |
2020-03-26 | drm/udl: drop drm_driver.release hook | Daniel Vetter | 3 | -18/+1 |
2020-03-26 | drm/udl: Drop explicit drm_mode_config_cleanup call | Daniel Vetter | 3 | -17/+6 |
2020-03-26 | drm: Garbage collect drm_dev_fini | Daniel Vetter | 1 | -1/+0 |
2020-03-26 | drm/udl: Use drmm_add_final_kfree | Daniel Vetter | 1 | -3/+3 |
2020-02-10 | drm/udl: Clear struct drm_connector_funcs.dpms | Thomas Zimmermann | 1 | -1/+0 |
2020-01-30 | drm/udl: Don't set struct drm_crtc_state.no_vblank explicitly | Thomas Zimmermann | 1 | -11/+0 |
2020-01-09 | drm/udl: Make udl driver depend on CONFIG_USB | Thomas Zimmermann | 1 | -2/+1 |
2019-12-11 | drm/udl: Remove udl_fb.c | Thomas Zimmermann | 2 | -52/+1 |
2019-12-11 | drm/udl: Move udl_handle_damage() into udl_modeset.c | Thomas Zimmermann | 3 | -114/+112 |
2019-12-11 | drm/udl: Remove struct udl_device.active_fb_16 | Thomas Zimmermann | 4 | -24/+0 |
2019-12-11 | drm/udl: Convert to drm_atomic_helper_dirtyfb() | Thomas Zimmermann | 3 | -60/+8 |
2019-12-11 | drm/udl: Set preferred color depth to 16 bpp | Thomas Zimmermann | 2 | -2/+2 |
2019-12-11 | drm/udl: Inline DPMS code into CRTC enable and disable functions | Thomas Zimmermann | 2 | -59/+38 |