index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
amd
/
display
/
amdgpu_dm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-15
drm/amd/display: Don't warn when DC update type > DM guess
Nicholas Kazlauskas
1
-3
/
+0
2019-04-15
drm/amd/display: Use surface directly when checking update type
Nicholas Kazlauskas
1
-16
/
+12
2019-04-15
drm/amd/display: Add basic downscale and upscale valdiation
Nicholas Kazlauskas
1
-0
/
+15
2019-04-15
drm/amd/display: Rework DC plane filling and surface updates
Nicholas Kazlauskas
1
-202
/
+204
2019-04-15
drm/amd/display: Recalculate pitch when buffers change
Nicholas Kazlauskas
1
-39
/
+34
2019-04-15
drm/amd/display: Maintain z-ordering when creating planes
Nicholas Kazlauskas
1
-5
/
+69
2019-04-15
drm/amd/display: Update plane scaling parameters for fast updates
Nicholas Kazlauskas
1
-24
/
+39
2019-04-15
drm/amd/display: expand plane caps to include fp16 and scaling capability
Jun Lei
1
-3
/
+3
2019-04-15
drm/amd/display: Add DRM color properties for primary planes
Nicholas Kazlauskas
1
-0
/
+12
2019-04-15
drm/amd/display: Expose support for NV12 on suitable planes
Nicholas Kazlauskas
1
-31
/
+55
2019-04-10
drm/amd/display: Pass plane caps into amdgpu_dm_plane_init
Nicholas Kazlauskas
1
-29
/
+34
2019-04-10
drm/amd/display: Recreate private_obj->state during S3 resume
Leo Li
1
-0
/
+7
2019-04-10
drm/amd/display: Set surface color space from DRM plane state
Nicholas Kazlauskas
1
-1
/
+52
2019-04-10
drm/amd/display: Add debugfs entry for amdgpu_dm_visual_confirm
Nicholas Kazlauskas
1
-1
/
+38
2019-04-10
drm/amd/display: Initialize stream_update with memset
Nicholas Kazlauskas
1
-1
/
+3
2019-04-04
drm/amd/display: fix cursor black issue
tiancyin
1
-0
/
+1
2019-04-03
drm/amd/display: Fix multi-thread writing to 1 state
Aidan Wood
1
-8
/
+7
2019-04-03
drm/amd/display: Make pageflip event delivery compatible with VRR.
Mario Kleiner
1
-13
/
+55
2019-04-03
drm/amd/display: In VRR mode, do DRM core vblank handling at end of vblank. (v2)
Mario Kleiner
3
-3
/
+156
2019-04-03
drm/amd/display: Rework vrr flip throttling for late vblank irq.
Mario Kleiner
1
-11
/
+13
2019-04-03
drm/amd/display: Prevent vblank irq disable while VRR is active. (v3)
Mario Kleiner
1
-0
/
+36
2019-04-03
drm/amd/display: Update VRR state earlier in atomic_commit_tail.
Mario Kleiner
1
-15
/
+46
2019-04-03
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
7
-394
/
+623
2019-03-28
drm/amd/display: Clean up old pplib interface functions
Fatemeh Darbehani
1
-25
/
+0
2019-03-28
drm/amd/display: program default output gamma
hersen wu
1
-24
/
+29
2019-03-21
drm/amd/display: Only allow VRR when vrefresh is within supported range
Nicholas Kazlauskas
1
-1
/
+3
2019-03-21
drm/amd/display: Only put primary planes into the mode_info->planes list
Nicholas Kazlauskas
1
-10
/
+9
2019-03-21
drm/amd/display: Add debugfs dpcd interface
David Francis
3
-1
/
+112
2019-03-21
drm/amd/display: Generic SDP message access in amdgpu
Leo (Hanghong) Ma
1
-1
/
+49
2019-03-21
drm/amd/display: Update ABM crtc state on non-modeset
David Francis
1
-0
/
+3
2019-03-21
drm/amd/display: Use drm helper for resetting plane state
Nicholas Kazlauskas
1
-7
/
+2
2019-03-21
drm/amd/display: Reset alpha state for planes to the correct values
Nicholas Kazlauskas
1
-0
/
+2
2019-03-21
drm/amd/display: Respect DRM framebuffer info for video surfaces
Nicholas Kazlauskas
1
-11
/
+10
2019-03-19
drm/amd/display: Fix plane address updates for video surface formats
Nicholas Kazlauskas
1
-31
/
+26
2019-03-19
drm/amd/display: Expose support for alpha blending on overlays
Nicholas Kazlauskas
1
-0
/
+52
2019-03-19
drm/amd/display: Don't ASSERT when total_planes == AMDGPU_MAX_PLANES
Nicholas Kazlauskas
1
-1
/
+1
2019-03-19
drm/amd/display: Drop atomic_obj_lock for private obj
Nicholas Kazlauskas
2
-9
/
+0
2019-03-19
drm/amd/display: Update plane tiling attributes for stream updates
Nicholas Kazlauskas
1
-73
/
+101
2019-03-19
drm/amd/display: Refactor pageflips plane commit
David Francis
1
-68
/
+64
2019-03-19
drm/amd/display: Allow pflips from a framebuffer to itself
David Francis
1
-5
/
+4
2019-03-19
drm/amd/display: Create overlay planes
Nicholas Kazlauskas
1
-7
/
+44
2019-03-19
drm/amd/display: Drop underlay plane support
Nicholas Kazlauskas
1
-57
/
+19
2019-03-19
drm/amd/display: Set stream->mode_changed when connectors change
Nicholas Kazlauskas
1
-2
/
+1
2019-03-19
drm/amd/display: Respect aux return values
Thomas Lim
1
-3
/
+18
2019-03-19
drm/amd/display: Poll pending DOWN_REP before enabling the link
Martin Tsai
1
-1
/
+1
2019-03-19
drm/amd/powerplay: implement interface to set watermarks for clock ranges
Huang Rui
1
-4
/
+7
2019-03-19
drm/amd/powerplay: add interface to notify smu enable pme restore register
Huang Rui
1
-4
/
+4
2019-03-19
drm/amd/powerplay: add interface to get current clocks for display
Huang Rui
1
-0
/
+2
2019-03-19
drm/amd/powerplay: add interface to request display clock voltage
Huang Rui
1
-5
/
+12
2019-03-19
drm/amd/powerplay: add interface to get clock by type with voltage for display
Huang Rui
1
-7
/
+13
[prev]
[next]