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
/
i915
/
intel_pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
drm/i915: start moving runtime device info to a separate struct
Jani Nikula
1
-1
/
+1
2018-12-21
drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+
Paulo Zanoni
1
-21
/
+24
2018-12-13
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-29
/
+29
2018-12-12
drm/i915: Don't forget to reset blocks when testing lower wm levels
Matt Roper
1
-0
/
+1
2018-12-12
drm/i915: Switch to level-based DDB allocation algorithm (v5)
Matt Roper
1
-243
/
+140
2018-12-12
drm/i915: Don't use DDB allocation when choosing gen9 watermark method
Matt Roper
1
-7
/
+0
2018-12-11
drm/i915: Use intel_ types more consistently for watermark code (v2)
Matt Roper
1
-139
/
+116
2018-12-07
drm/i915: Remove dead update_wm_pre assignment from SKL wm code
Ville Syrjälä
1
-6
/
+0
2018-12-07
drm/i915: Remove bogus FIXME from SKL wm computation
Ville Syrjälä
1
-4
/
+0
2018-12-07
drm/i915: Use explicit old crtc state in skl_compute_wm()
Ville Syrjälä
1
-2
/
+3
2018-11-28
drm/i915: Rename the confusing 'plane_id' to 'color_plane'
Ville Syrjälä
1
-4
/
+4
2018-11-28
drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+
Ville Syrjälä
1
-190
/
+215
2018-11-28
drm/i915: Don't pass dev_priv around so much
Ville Syrjälä
1
-14
/
+13
2018-11-28
drm/i915: Clean up skl+ vs. icl+ watermark computation
Ville Syrjälä
1
-77
/
+92
2018-11-28
drm/i915: Pass the entire skl_plane_wm to skl_compute_transition_wm()
Ville Syrjälä
1
-9
/
+7
2018-11-28
drm/i915: Remove some useless zeroing on skl+ wm calculations
Ville Syrjälä
1
-12
/
+4
2018-11-28
drm/i915: Fix latency==0 handling for level 0 watermark on skl+
Ville Syrjälä
1
-2
/
+4
2018-11-16
drm/i915: Disable LP3 watermarks on all SNB machines
Ville Syrjälä
1
-1
/
+40
2018-11-13
drm/i915: Move skip_intermediate_wm handling into ilk_compute_intermediate_wm()
Ville Syrjälä
1
-1
/
+2
2018-11-09
drm/i915: Generalize skl_ddb_allocation_overlaps()
Ville Syrjälä
1
-8
/
+7
2018-11-09
drm/i915: Move FBC init and cleanup calls to modeset functions
José Roberto de Souza
1
-2
/
+0
2018-11-01
drm/i915/icl: Add WaEnable32PlaneMode
Radhakrishna Sripada
1
-0
/
+4
2018-11-01
drm/i915: Kill WA 0826
Rodrigo Vivi
1
-11
/
+0
2018-10-29
drm/i915: Simplify has_sagv function
Rodrigo Vivi
1
-9
/
+2
2018-10-29
drm/i915: Prefer IS_GEN<n> check with bitmask.
Rodrigo Vivi
1
-2
/
+2
2018-10-24
drm/i915: Don't apply the 16Gb DIMM wm latency w/a to BXT/GLK
Ville Syrjälä
1
-2
/
+1
2018-10-24
drm/i915/gen11: Handle watermarks correctly for separate Y/UV planes, v2.
Maarten Lankhorst
1
-94
/
+207
2018-10-24
drm/i915/gen11: Link nv12 Y and UV planes in the atomic state, v5.
Maarten Lankhorst
1
-1
/
+11
2018-10-24
drm/i915: Fix unsigned overflow when calculating total data rate, v2.
Maarten Lankhorst
1
-25
/
+22
2018-10-15
drm/i915/icl: enable SAGV for ICL platform
Mahesh Kumar
1
-1
/
+1
2018-10-12
drm/i915: promote ddb update message to DRM_DEBUG_KMS
Paulo Zanoni
1
-5
/
+5
2018-10-12
drm/i915: don't write PLANE_BUF_CFG twice every time
Paulo Zanoni
1
-2
/
+0
2018-10-12
drm/i915: transition WMs ask for Selected Result Blocks
Paulo Zanoni
1
-3
/
+15
2018-10-12
drm/i915: fix the watermark result selection on glk/gen10+
Paulo Zanoni
1
-7
/
+16
2018-10-12
drm/i915: fix the transition minimums for gen9+ watermarks
Paulo Zanoni
1
-2
/
+2
2018-09-27
drm/i915: Move IPC WA #1141 to init_ipc()
José Roberto de Souza
1
-6
/
+6
2018-09-27
drm/i915: Move SKL IPC WA to HAS_IPC()
José Roberto de Souza
1
-4
/
+0
2018-09-27
drm/i915: Do not modifiy reserved bit in gens that do not have IPC
José Roberto de Souza
1
-1
/
+3
2018-09-14
drm/i915/kbl+: Enable IPC only for symmetric memory configurations
Mahesh Kumar
1
-0
/
+5
2018-09-14
drm/i915/skl+: don't trust IPC value set by BIOS
Mahesh Kumar
1
-3
/
+1
2018-09-14
drm/i915: Implement 16GB dimm wa for latency level-0
Mahesh Kumar
1
-0
/
+10
2018-08-14
drm/i915: Disable runtime-pm using lowlevel functions if !HAS_RC6
Chris Wilson
1
-2
/
+3
2018-08-13
drm/i915: Restrict gen6_reset_rps_interrupts to gen6+
Chris Wilson
1
-1
/
+1
2018-08-07
drm/i915/skl: distribute DDB based on panel resolution
Mahesh Kumar
1
-15
/
+40
2018-08-07
drm/i915: ddb_size is of u16 type
Mahesh Kumar
1
-6
/
+6
2018-08-02
drm/i915/icl: avoid unclaimed PLANE_NV12_BUF_CFG register
Paulo Zanoni
1
-1
/
+7
2018-08-02
drm/i915: Drop stray clearing of rps->last_adj
Chris Wilson
1
-1
/
+0
2018-07-31
drm/i915: Interactive RPS mode
Chris Wilson
1
-34
/
+67
2018-07-30
drm/i915: Downgrade Gen9 Plane WM latency error
Chris Wilson
1
-2
/
+2
2018-07-28
drm/i915: inline skl_copy_ddb_for_pipe() to its only caller
Paulo Zanoni
1
-12
/
+4
[next]