summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_drv.h
AgeCommit message (Expand)Author
2022-10-07drm/udl: Add constants for commandsThomas Zimmermann
2022-10-07drm/udl: Move register constants to udl_proto.hThomas 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: Move connector to modesetting codeThomas Zimmermann
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai
2022-09-10drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai
2022-09-10drm/udl: Add reset_resumeThomas Zimmermann
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann
2020-11-09drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann
2020-06-10drm/udl: Use GEM vmap/mmap function from SHMEM helpersThomas Zimmermann
2020-03-26drm/udl: drop drm_driver.release hookDaniel Vetter
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter
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: 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-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann
2019-12-06drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas 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-11-08drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann
2019-11-08drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann
2019-11-08drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie
2019-04-08drm/udl: add a release method and delay modeset teardownDave Airlie
2018-07-31Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux in...Dave Airlie
2018-07-31udl-kms: avoid divisionMikulas Patocka
2018-05-23gpu: drm: udl: Adding new typedef vm_fault_tSouptick Joarder
2018-03-28drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi
2016-05-02drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä