summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: Add constants for commandsThomas Zimmermann2022-10-071-10/+0
* drm/udl: Move register constants to udl_proto.hThomas Zimmermann2022-10-071-9/+0
* drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann2022-10-071-3/+0
* drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann2022-10-071-2/+7
* drm/udl: Move connector to modesetting codeThomas Zimmermann2022-10-071-0/+11
* drm/udl: Sync pending URBs at the end of suspendTakashi Iwai2022-09-101-1/+1
* drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai2022-09-101-7/+1
* Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai2022-09-101-2/+0
* drm/udl: Add reset_resumeThomas Zimmermann2022-09-101-0/+1
* 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/+1
* drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2022-08-101-3/+8
* drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+1
* drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann2020-11-091-1/+5
* drm/udl: Use GEM vmap/mmap function from SHMEM helpersThomas Zimmermann2020-06-101-3/+0
* drm/udl: drop drm_driver.release hookDaniel Vetter2020-03-261-1/+0
* drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-1/+0
* drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann2019-12-111-3/+0
* drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann2019-12-111-4/+0
* drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann2019-12-111-5/+0
* drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2019-12-111-0/+9
* drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann2019-12-111-1/+0
* drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann2019-12-111-4/+3
* drm/udl: Init connector before encoder and CRTCThomas Zimmermann2019-12-111-1/+1
* drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann2019-12-061-1/+0
* drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann2019-12-061-2/+1
* drm/udl: Remove unused statistics countersThomas Zimmermann2019-12-061-4/+0
* drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2019-11-261-7/+0
* drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann2019-11-261-1/+1
* drm/udl: Store active framebuffer in device structureThomas Zimmermann2019-11-261-1/+4
* drm/udl: Replace fbdev code with generic emulationThomas Zimmermann2019-11-191-6/+0
* drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann2019-11-081-29/+0
* drm/udl: Switch to SHMEMThomas Zimmermann2019-11-081-0/+1
* drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann2019-11-081-0/+2
* drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann2019-11-081-4/+0
* drm/udl: drop use of drmP.hSam Ravnborg2019-07-171-1/+7
* drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-211-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner2019-06-051-4/+1
* drm/udl: move to embedding drm device inside udl device.Dave Airlie2019-04-241-5/+4
* drm/udl: introduce a macro to convert dev to udl.Dave Airlie2019-04-241-0/+2
* drm/udl: add a release method and delay modeset teardownDave Airlie2019-04-081-0/+1
* Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux in...Dave Airlie2018-07-311-1/+1
|\
| * udl-kms: avoid divisionMikulas Patocka2018-07-311-1/+1
* | gpu: drm: udl: Adding new typedef vm_fault_tSouptick Joarder2018-05-231-1/+2
|/
* drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter2018-03-281-0/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+1
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-1/+1
* drm/udl: implement usb_driver suspend/resume.Haixia Shi2016-09-061-0/+2
* drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes2016-05-021-2/+0
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1