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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-16
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
1
-1
/
+1
2020-05-16
drm/i915/gem: Retry faulthandlers on ENOSPC
Chris Wilson
1
-1
/
+1
2020-05-16
drm/i915: Clean up dbuf debugs during .atomic_check()
Ville Syrjälä
1
-7
/
+19
2020-05-16
drm/i915: Move the dbuf pre/post plane update
Ville Syrjälä
3
-39
/
+41
2020-05-16
drm/i915: Nuke skl_ddb_get_hw_state()
Ville Syrjälä
2
-8
/
+0
2020-05-16
drm/i915: Introduce proper dbuf state
Ville Syrjälä
6
-99
/
+207
2020-05-16
drm/i915: Unify the low level dbuf code
Ville Syrjälä
3
-32
/
+24
2020-05-16
drm/i915: Polish some dbuf debugs
Ville Syrjälä
1
-19
/
+17
2020-05-16
drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platforms
Ville Syrjälä
1
-1
/
+1
2020-05-15
drm/i915: avoid unused scale_user_to_hw() warning
Arnd Bergmann
1
-10
/
+10
2020-05-15
drm/i915: Protect overlay colorkey macro arguments
Ville Syrjälä
1
-4
/
+4
2020-05-15
drm/i915: Enable pipe gamma for the overlay
Ville Syrjälä
1
-0
/
+2
2020-05-15
drm/i915: Configure overlay cc_out precision based on crtc gamma config
Ville Syrjälä
1
-2
/
+6
2020-05-15
drm/i915: Fix overlay colorkey for 30bpp and 8bpp
Ville Syrjälä
1
-3
/
+11
2020-05-15
drm/i915: Fix max cursor size for i915g/gm
Ville Syrjälä
1
-1
/
+2
2020-05-15
drm/i915: Update DRIVER_DATE to 20200515
Joonas Lahtinen
1
-2
/
+2
2020-05-14
drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()
Ville Syrjälä
5
-10
/
+17
2020-05-14
drm/i915: Store CS timestamp frequency in Hz
Ville Syrjälä
6
-30
/
+30
2020-05-14
drm/i915: Nuke pointless div by 64bit
Ville Syrjälä
1
-6
/
+5
2020-05-14
drm/i915: Enable SAGV support for Gen12
Stanislav Lisovskiy
1
-4
/
+0
2020-05-14
drm/i915: Restrict qgv points which don't have enough bandwidth.
Stanislav Lisovskiy
3
-37
/
+162
2020-05-14
drm/i915: Add TGL+ SAGV support
Stanislav Lisovskiy
3
-19
/
+99
2020-05-14
Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...
Joonas Lahtinen
7
-12
/
+155
2020-05-14
drm/i915/psr: Use new DP VSC SDP compute routine on PSR
Gwan-gyeong Mun
4
-43
/
+26
2020-05-14
drm/i915/dp: Add compute routine for DP PSR VSC SDP
Gwan-gyeong Mun
2
-2
/
+72
2020-05-14
drm/i915: Stop sending DP SDPs on ddi disable
Gwan-gyeong Mun
1
-0
/
+2
2020-05-14
drm/i915: Program DP SDPs on pipe updates
Gwan-gyeong Mun
1
-0
/
+1
2020-05-14
drm/i915: Fix enabled infoframe states of lspcon
Gwan-gyeong Mun
1
-1
/
+1
2020-05-14
drm/i915: Add state readout for DP VSC SDP
Gwan-gyeong Mun
2
-0
/
+45
2020-05-14
drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
Gwan-gyeong Mun
1
-0
/
+8
2020-05-14
drm/i915: Program DP SDPs with computed configs
Gwan-gyeong Mun
3
-237
/
+1
2020-05-14
drm/i915: Include DP VSC SDP in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+13
2020-05-14
drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+3
2020-05-14
drm/i915: Include HDMI DRM infoframe in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+3
2020-05-14
drm: Add logging function for DP VSC SDP
Gwan-gyeong Mun
1
-0
/
+174
2020-05-14
drm/i915/dp: Read out DP SDPs
Gwan-gyeong Mun
2
-0
/
+190
2020-05-14
drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
Chris Wilson
4
-34
/
+57
2020-05-14
drm/i915/selftests: Always call the provided engine->emit_init_breadcrumb
Chris Wilson
2
-4
/
+2
2020-05-14
drm/i915: Show per-engine default property values in sysfs
Chris Wilson
3
-1
/
+97
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
8
-73
/
+11
2020-05-13
drm/i915: Drop I915_RESET_TIMEOUT and friends
Chris Wilson
1
-7
/
+0
2020-05-13
drm/i915: Mark the addition of the initial-breadcrumb in the request
Chris Wilson
3
-9
/
+30
2020-05-13
drm/i915/gem: Remove redundant exec_fence
Chris Wilson
1
-26
/
+14
2020-05-13
drm/i915: Remove duplicate inline specifier on write_pte
Nathan Chancellor
1
-1
/
+1
2020-05-13
drm/i915/gt: Suspend tasklets before resume sanitization
Chris Wilson
1
-4
/
+4
2020-05-13
drm/i915: Make active_pipes check skl specific
Stanislav Lisovskiy
2
-6
/
+11
2020-05-13
drm/i915: Extract skl SAGV checking
Stanislav Lisovskiy
1
-2
/
+8
2020-05-13
drm/i915: Introduce skl_plane_wm_level accessor.
Stanislav Lisovskiy
1
-2
/
+21
2020-05-13
drm/i915/gt: Reset execlists registers before HWSP
Chris Wilson
1
-7
/
+14
2020-05-13
drm/i915/ehl: Restrict w/a 1607087056 for EHL/JSL
Swathi Dhanavanthri
2
-4
/
+12
[prev]
[next]