aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai1-1/+1
2022-09-10drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai1-7/+1
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai1-2/+0
2022-09-10drm/udl: Add reset_resumeThomas Zimmermann1-0/+1
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/+1
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai1-3/+8
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+1
2020-11-09drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann1-1/+5
2020-06-10drm/udl: Use GEM vmap/mmap function from SHMEM helpersThomas Zimmermann1-3/+0
2020-03-26drm/udl: drop drm_driver.release hookDaniel Vetter1-1/+0
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-1/+0
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann1-3/+0
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann1-4/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann1-5/+0
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann1-0/+9
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann1-1/+0
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann1-4/+3
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann1-1/+1
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann1-1/+0
2019-12-06drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann1-2/+1
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann1-4/+0
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann1-7/+0
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann1-1/+1
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann1-1/+4
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann1-6/+0
2019-11-08drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann1-29/+0
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann1-0/+1
2019-11-08drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann1-0/+2
2019-11-08drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann1-4/+0
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-1/+7
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-4/+1
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie1-5/+4
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie1-0/+2
2019-04-08drm/udl: add a release method and delay modeset teardownDave Airlie1-0/+1
2018-07-31Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux into drm-nextDave Airlie1-1/+1
2018-07-31udl-kms: avoid divisionMikulas Patocka1-1/+1
2018-05-23gpu: drm: udl: Adding new typedef vm_fault_tSouptick Joarder1-1/+2
2018-03-28drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter1-0/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-1/+1
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi1-0/+2
2016-05-02drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes1-2/+0
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2014-11-26drm/udl: handle page mapping in dmabuf export.Haixia Shi1-0/+2
2014-11-20drm/udl: add support to export a handle to a FD on UDL.Haixia Shi1-0/+2
2014-11-20drm/udl: add cache flags definitions for udl_gem_objectHaixia Shi1-0/+4
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+1
2014-09-10drm: merge drm_usb into udlDavid Herrmann1-0/+1