summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_drv.h
AgeCommit message (Expand)Author
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ä
2014-11-26drm/udl: handle page mapping in dmabuf export.Haixia Shi
2014-11-20drm/udl: add support to export a handle to a FD on UDL.Haixia Shi
2014-11-20drm/udl: add cache flags definitions for udl_gem_objectHaixia Shi
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter
2014-09-10drm: merge drm_usb into udlDavid Herrmann
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-02-07drm/udl: make usage as a console saferDave Airlie
2012-11-02drm/udl: fix stride issues scanning out stride != width*bppDave Airlie
2012-05-23udl: add prime fd->handle support.Dave Airlie
2012-04-02mm, drm/udl: fixup vma flags on mmapKonstantin Khlebnikov
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie