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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
drm/tegra: Introduce tegra_drm_client structure
Thierry Reding
5
-83
/
+94
2013-10-31
gpu: host1x: Make host1x header file public
Thierry Reding
4
-35
/
+5
2013-10-31
drm/tegra: gem: Miscellaneous cleanups
Thierry Reding
1
-11
/
+10
2013-10-31
drm/tegra: Rename gr2d to tegra-gr2d
Thierry Reding
1
-1
/
+1
2013-10-31
drm/tegra: gr2d: Miscellaneous cleanups
Thierry Reding
1
-51
/
+49
2013-10-31
gpu: host1x: firewall: Refactor register check
Thierry Reding
1
-26
/
+31
2013-10-31
gpu: host1x: firewall: Rename cmdbuf_id -> cmdbuf
Thierry Reding
1
-5
/
+5
2013-10-31
gpu: host1x: Fix alignment of function arguments
Thierry Reding
1
-1
/
+1
2013-10-31
gpu: host1x: Do not discard .remove()
Thierry Reding
1
-4
/
+3
2013-10-31
gpu: host1x: Cleanup includes
Thierry Reding
9
-51
/
+2
2013-10-31
drm/tegra: Rename host1x_drm_context to tegra_drm_context
Thierry Reding
3
-20
/
+28
2013-10-31
drm/tegra: Rename host1x_drm_file to tegra_drm_file
Thierry Reding
2
-15
/
+15
2013-10-31
drm/tegra: Rename host1x_drm structure to tegra_drm
Thierry Reding
8
-116
/
+115
2013-10-31
drm/tegra: Cleanup tegra_dc structure
Thierry Reding
1
-4
/
+1
2013-10-31
drm/tegra: Remove unused fields
Thierry Reding
1
-4
/
+0
2013-10-31
gpu: host1x: Remove unused Makefile
Thierry Reding
1
-6
/
+0
2013-10-31
gpu: host1x: check relocs after all gathers are consumed
Erik Faye-Lund
1
-4
/
+4
2013-10-31
drm: Fix typo in debug message
Thierry Reding
1
-1
/
+1
2013-10-31
drm: Track the proper DPMS mode of connectors
Thierry Reding
1
-0
/
+8
2013-10-15
drm/i915: abstract the conversion of device->minor out to a macro
Dave Airlie
1
-15
/
+17
2013-10-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
81
-825
/
+578
2013-10-09
drm/i915/dp: get rid of intel_dp->link_configuration
Jani Nikula
3
-29
/
+13
2013-10-09
drm/radeon/dp: use drm_dp_enhanced_frame_cap()
Jani Nikula
1
-2
/
+1
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
7
-43
/
+0
2013-10-09
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
15
-49
/
+46
2013-10-09
drm: Kill ctx_count from struct drm_device
Ville Syrjälä
3
-4
/
+1
2013-10-09
drm: Make irq_enabled bool
Ville Syrjälä
6
-16
/
+18
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
5
-109
/
+65
2013-10-09
drm: Make vblank_enabled bool
Ville Syrjälä
2
-5
/
+5
2013-10-09
drm: Make vblank_disable_allowed bool
Ville Syrjälä
5
-8
/
+9
2013-10-09
drm/i915/dp: use drm_edid_duplicate
Jani Nikula
1
-9
/
+1
2013-10-09
drm: Fix comment referring to the long gone ->probe() connector vfunc
Lespiau, Damien
1
-3
/
+3
2013-10-09
drm: Try loading builtin EDIDs first
Chris Wilson
1
-54
/
+54
2013-10-09
drm: move device unregistration into drm_dev_unregister()
David Herrmann
1
-25
/
+36
2013-10-09
drm: introduce drm_dev_free() to fix error paths
David Herrmann
4
-13
/
+28
2013-10-09
drm: move drm_lastclose() to drm_fops.c
David Herrmann
2
-70
/
+70
2013-10-09
drm: merge device setup into drm_dev_register()
David Herrmann
4
-164
/
+95
2013-10-09
drm: add drm_dev_alloc() helper
David Herrmann
4
-57
/
+78
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
33
-119
/
+0
2013-10-09
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
8
-35
/
+38
2013-10-04
drm/i915: Use adjusted_mode in the fastboot hack to disable pfit
Damien Lespiau
1
-2
/
+5
2013-10-04
drm/i915: Add a more detailed comment about the set_base() fastboot hack
Damien Lespiau
1
-1
/
+13
2013-10-04
drm/i915/vlv: Turn off power gate for BIOS-less system.
Chon Ming Lee
2
-0
/
+25
2013-10-04
drm/i915/vlv: reset DPIO on load and resume v2
Jesse Barnes
2
-1
/
+23
2013-10-03
drm/i915: Simplify PSR debugfs
Rodrigo Vivi
3
-150
/
+30
2013-10-03
drm/i915: Tweak RPS thresholds to more aggressively downclock
Chris Wilson
4
-47
/
+143
2013-10-03
drm/i915: Boost RPS frequency for CPU stalls
Chris Wilson
7
-91
/
+138
2013-10-03
drm/i915: Fix __wait_seqno to use true infinite timeouts
Chris Wilson
5
-51
/
+149
2013-10-03
drm/i915: Add some missing steps to i915_driver_load error path
Chris Wilson
1
-4
/
+15
2013-10-03
drm/i915: Clean up the ring scaling calculations
Ben Widawsky
1
-4
/
+4
[next]