index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
udl
/
udl_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-26
drm/udl: drop drm_driver.release hook
Daniel Vetter
1
-1
/
+0
2020-03-26
drm/udl: Drop explicit drm_mode_config_cleanup call
Daniel Vetter
1
-1
/
+0
2019-12-11
drm/udl: Move udl_handle_damage() into udl_modeset.c
Thomas Zimmermann
1
-3
/
+0
2019-12-11
drm/udl: Remove struct udl_device.active_fb_16
Thomas Zimmermann
1
-4
/
+0
2019-12-11
drm/udl: Convert to drm_atomic_helper_dirtyfb()
Thomas Zimmermann
1
-5
/
+0
2019-12-11
drm/udl: Inline DPMS code into CRTC enable and disable functions
Thomas Zimmermann
1
-0
/
+9
2019-12-11
drm/udl: Switch to atomic suspend/resume helpers
Thomas Zimmermann
1
-1
/
+0
2019-12-11
drm/udl: Convert to struct drm_simple_display_pipe
Thomas Zimmermann
1
-4
/
+3
2019-12-11
drm/udl: Init connector before encoder and CRTC
Thomas Zimmermann
1
-1
/
+1
2019-12-06
drm/udl: Remove field lost_pixels from struct udl_device
Thomas Zimmermann
1
-1
/
+0
2019-12-06
drm/udl: Don't track number of identical and sent pixels per line
Thomas Zimmermann
1
-2
/
+1
2019-12-06
drm/udl: Remove unused statistics counters
Thomas Zimmermann
1
-4
/
+0
2019-11-26
drm/udl: Replace struct udl_framebuffer with generic implementation
Thomas Zimmermann
1
-7
/
+0
2019-11-26
drm/udl: Call udl_handle_damage() with DRM framebuffer
Thomas Zimmermann
1
-1
/
+1
2019-11-26
drm/udl: Store active framebuffer in device structure
Thomas Zimmermann
1
-1
/
+4
2019-11-19
drm/udl: Replace fbdev code with generic emulation
Thomas Zimmermann
1
-6
/
+0
2019-11-08
drm/udl: Remove struct udl_gem_object and functions
Thomas Zimmermann
1
-29
/
+0
2019-11-08
drm/udl: Switch to SHMEM
Thomas Zimmermann
1
-0
/
+1
2019-11-08
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
Thomas Zimmermann
1
-0
/
+2
2019-11-08
drm/udl: Remove flags field from struct udl_gem_object
Thomas Zimmermann
1
-4
/
+0
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
1
-1
/
+7
2019-06-21
drm/prime: Align gem_prime_export with obj_funcs.export
Daniel Vetter
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
1
-4
/
+1
2019-04-24
drm/udl: move to embedding drm device inside udl device.
Dave Airlie
1
-5
/
+4
2019-04-24
drm/udl: introduce a macro to convert dev to udl.
Dave Airlie
1
-0
/
+2
2019-04-08
drm/udl: add a release method and delay modeset teardown
Dave Airlie
1
-0
/
+1
2018-07-31
Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux in...
Dave Airlie
1
-1
/
+1
2018-07-31
udl-kms: avoid division
Mikulas Patocka
1
-1
/
+1
2018-05-23
gpu: drm: udl: Adding new typedef vm_fault_t
Souptick Joarder
1
-1
/
+2
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
1
-0
/
+2
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-1
/
+1
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
1
-1
/
+1
2016-09-06
drm/udl: implement usb_driver suspend/resume.
Haixia Shi
1
-0
/
+2
2016-05-02
drm/udl: Use drm_fb_helper deferred_io support
Noralf Trønnes
1
-2
/
+0
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-1
/
+1
2014-11-26
drm/udl: handle page mapping in dmabuf export.
Haixia Shi
1
-0
/
+2
2014-11-20
drm/udl: add support to export a handle to a FD on UDL.
Haixia Shi
1
-0
/
+2
2014-11-20
drm/udl: add cache flags definitions for udl_gem_object
Haixia Shi
1
-0
/
+4
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
1
-0
/
+1
2014-09-10
drm: merge drm_usb into udl
David Herrmann
1
-0
/
+1
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-1
/
+0
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-2
/
+0
2013-02-07
drm/udl: make usage as a console safer
Dave Airlie
1
-0
/
+2
2012-11-02
drm/udl: fix stride issues scanning out stride != width*bpp
Dave Airlie
1
-1
/
+1
2012-05-23
udl: add prime fd->handle support.
Dave Airlie
1
-0
/
+3
2012-04-02
mm, drm/udl: fixup vma flags on mmap
Konstantin Khlebnikov
1
-0
/
+1
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie
1
-0
/
+141