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
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
/
nouveau
/
dispnv04
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
6
-7
/
+34
2020-09-11
drm/nouveau: stop using TTM placement flags
Christian König
3
-8
/
+10
2020-09-01
drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
Lyude Paul
1
-1
/
+5
2020-09-01
drm/nouveau/kms: Search for encoders' connectors properly
Lyude Paul
6
-6
/
+29
2020-07-24
drm/nouveau/kms/nv04-: no need for multiple nvsw objects
Ben Skeggs
1
-2
/
+3
2020-07-24
drm/nouveau/kms/nv04: convert page_flip() to new push macros
Ben Skeggs
1
-9
/
+7
2020-07-24
drm/nouveau/kms/nv04: convert page_flip_emit() to new push macros
Ben Skeggs
1
-4
/
+6
2020-07-24
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
2
-4
/
+4
2020-07-17
drm/nouveau/kms/nvd9-: Add CRC support
Lyude Paul
1
-1
/
+24
2020-06-29
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
3
-28
/
+33
2020-06-26
drm/nouveau: don't use ttm bo->offset v3
Nirmoy Das
3
-7
/
+8
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2020-05-22
drm/nouveau/kms: Remove field nvbo from struct nouveau_framebuffer
Thomas Zimmermann
3
-28
/
+33
2020-05-20
drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2020-04-07
drm/nouveau/nvif: protect waits against GPU falling off the bus
Ben Skeggs
2
-1
/
+3
2020-02-17
Merge v5.6-rc2 into drm-misc-next
Maxime Ripard
2
-12
/
+7
2020-02-13
drm/nouveau: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
1
-0
/
+3
2020-02-13
drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
Thomas Zimmermann
1
-0
/
+1
2020-01-23
drm/nouveau/kms/nv04: remove set but not used variable 'width'
YueHaibing
1
-2
/
+1
2020-01-15
drm/nouveau/kms/nv04: remove set but unused variable.
Wambui Karuga
1
-2
/
+1
2020-01-15
drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify the code
YueHaibing
1
-8
/
+5
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
13
-65
/
+5
2019-09-17
drm/connector: Allow max possible encoders to attach to a connector
José Roberto de Souza
1
-1
/
+1
2019-08-23
drm/nouveau/dispnv04: Remove runtime PM
Lyude Paul
1
-50
/
+1
2019-08-23
drm/nouveau: Disable atomic support on a per-device basis
Ville Syrjälä
1
-1
/
+1
2019-08-23
drm/nouveau/dispnv04: subdev/bios.h is included more than once
Hariprasad Kelam
1
-1
/
+0
2019-08-23
drm/nouveau: drop use of drmp.h
Sam Ravnborg
11
-12
/
+3
2019-08-23
drm/nouveau: drop drmP.h from all header files
Sam Ravnborg
1
-1
/
+0
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ben Skeggs
1
-1
/
+1
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ilia Mirkin
2
-2
/
+2
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
1
-0
/
+1
2019-02-20
drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hook
Ben Skeggs
1
-4
/
+66
2019-02-20
drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hook
Ben Skeggs
1
-1
/
+26
2019-02-20
drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04
Ben Skeggs
3
-1
/
+234
2019-02-20
drm/nouveau/kms: display destroy/init/fini hooks can be static
Ben Skeggs
2
-58
/
+55
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2019-01-11
drm/nouveau: Stop using drm_crtc_force_disable
Daniel Vetter
1
-1
/
+3
2018-12-11
drm/nouveau/drm/nouveau: Don't forget to label dp_aux devices
Lyude Paul
1
-1
/
+1
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
1
-0
/
+3
2018-07-20
Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
4
-4
/
+4
2018-07-16
drm/nouveau: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-1
/
+1
2018-07-16
drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
Lyude Paul
1
-0
/
+3
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
4
-4
/
+4
2018-03-08
drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING prop
Ville Syrjälä
1
-13
/
+13
2018-01-12
drm/nouveau: deprecate pci_get_bus_and_slot()
Sinan Kaya
2
-4
/
+10
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-11-02
drm/nouveau/core/object: allow arguments to be passed to map function
Ben Skeggs
1
-1
/
+1
2017-08-22
drm/nouveau/kms/nv04-nv4x: fix exposed format list
Ilia Mirkin
1
-1
/
+35
[next]