index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-05
drm/i915/display: Refactor DPKGC code to call it from atomic_commit_tail
Suraj Kandpal
3
-12
/
+19
2024-12-05
drm/i915/wm: Use intel_display structure in DPKGC code
Suraj Kandpal
1
-3
/
+4
2024-12-05
drm/i915/wm: Refactor dpkgc value prepration
Suraj Kandpal
1
-4
/
+4
2024-12-05
drm/i915/wm: Initialize max_latency variable to appropriate value
Suraj Kandpal
1
-4
/
+1
2024-12-04
drm/i915: Fix memory leak by correcting cache object name in error handler
Jiasheng Jiang
1
-1
/
+1
2024-12-04
drm/i915: Fix NULL pointer dereference in capture_engine
Eugene Kobyak
1
-3
/
+15
2024-12-04
drm/i915/cx0: split out mtl_get_cx0_buf_trans() to c10 and c20 variants
Jani Nikula
1
-7
/
+16
2024-12-03
drm/i915/display: remove unused for_each_crtc()
Jani Nikula
1
-3
/
+0
2024-12-02
drm/i915/display: replace dig_port->saved_port_bits with flags
Jani Nikula
4
-23
/
+29
2024-12-02
drm/i915/display: convert power map to struct intel_display
Jani Nikula
1
-28
/
+28
2024-12-02
drm/i915/display: convert high level power interfaces to struct intel_display
Jani Nikula
8
-90
/
+98
2024-12-02
drm/i915/display: convert power domain code internally to struct intel_display
Jani Nikula
1
-392
/
+414
2024-12-02
drm/i915/display: convert power wells to struct intel_display
Jani Nikula
7
-332
/
+321
2024-12-02
drm/i915/display: convert for_each_power_domain_well() to struct intel_display
Jani Nikula
1
-7
/
+10
2024-12-02
drm/i915/display: convert for_each_power_well() to struct intel_display
Jani Nikula
3
-15
/
+20
2024-12-02
drm/i915/hdcp: Remove log for HDMI HDCP LIC check
Suraj Kandpal
1
-2
/
+0
2024-11-30
drm/xe/display: Flush DMC wakelock release work on runtime suspend
Gustavo Sousa
1
-0
/
+10
2024-11-30
drm/xe/display: Extract xe_display_pm_runtime_suspend_late()
Gustavo Sousa
3
-2
/
+13
2024-11-30
drm/i915/dmc_wl: Extract intel_dmc_wl_flush_release_work()
Gustavo Sousa
2
-1
/
+12
2024-11-29
drm/i915/dp: use seq buf for printing rates
Jani Nikula
1
-22
/
+14
2024-11-28
drm/i915/pps: Eliminate pointless get_delay() macro
Ville Syrjälä
1
-7
/
+5
2024-11-28
drm/i915/pps: Extract pps_units_to_msecs()
Ville Syrjälä
1
-1
/
+7
2024-11-28
drm/i915/pps: Extract msecs_to_pps_units()
Ville Syrjälä
1
-9
/
+14
2024-11-28
drm/i915/pps: Spell out the eDP spec power sequencing delays a bit more clearly
Ville Syrjälä
1
-2
/
+2
2024-11-28
drm/i915/lvds: Use struct intel_pps_delays for LVDS power sequencing
Ville Syrjälä
2
-29
/
+30
2024-11-28
drm/i915/pps: Rename intel_pps_delay members
Ville Syrjälä
3
-54
/
+58
2024-11-28
drm/i915/pps: Decouple pps delays from VBT struct definition
Ville Syrjälä
6
-25
/
+42
2024-11-28
drm/i915/pps: Store the power cycle delay without the +1
Ville Syrjälä
1
-16
/
+12
2024-11-28
drm/i915/dsb: Nuke the MMIO->indexed register write logic
Ville Syrjälä
1
-44
/
+14
2024-11-28
drm/i915/color: Stop using non-posted DSB writes for legacy LUT
Ville Syrjälä
1
-10
/
+20
2024-11-28
drm/i915/dsb: Don't use indexed register writes needlessly
Ville Syrjälä
3
-23
/
+49
2024-11-28
Revert "drm/i915/dpt: Make DPT object unshrinkable"
Ville Syrjälä
1
-3
/
+1
2024-11-28
drm/i915/dpt: Evict all DPT VMAs on suspend
Ville Syrjälä
4
-9
/
+21
2024-11-28
drm/i915: Intruduce display.wq.cleanup
Ville Syrjälä
3
-1
/
+7
2024-11-28
drm/i915: Don't reuse commit_work for the cleanup
Ville Syrjälä
2
-3
/
+5
2024-11-27
drm/i915/dislay: convert i9xx_display_sr.[ch] to struct intel_display
Jani Nikula
3
-45
/
+41
2024-11-27
drm/i915/display: prefer DISPLAY_VER over GRAPHICS_VER in display s/r
Jani Nikula
1
-8
/
+8
2024-11-26
drm/i915/ddi: clarify intel_ddi_connector_get_hw_state() for DP MST
Jani Nikula
1
-4
/
+7
2024-11-25
drm/i915: Fixed an typo in i915_gem_gtt.c
Zhang He
1
-1
/
+1
2024-11-22
drm/i915/irq: emphasize display_irqs_enabled is only about VLV/CHV
Jani Nikula
3
-20
/
+21
2024-11-22
drm/i915/irq: hide display_irqs_enabled access
Jani Nikula
2
-11
/
+16
2024-11-22
drm/i915/plane: convert initial plane setup to struct intel_display
Jani Nikula
4
-33
/
+37
2024-11-22
drm/i915/overlay: add intel_overlay_available() and use it
Jani Nikula
3
-2
/
+13
2024-11-22
drm/i915/overlay: convert to struct intel_display
Jani Nikula
4
-98
/
+102
2024-11-22
drm/i915/ddi: simplify intel_ddi_get_encoder_pipes() slightly
Jani Nikula
1
-4
/
+5
2024-11-22
drm/i915/ddi: refactor intel_ddi_connector_get_hw_state()
Jani Nikula
1
-28
/
+16
2024-11-22
drm/i915/ddi: split up intel_ddi_read_func_ctl() by output type
Jani Nikula
1
-87
/
+123
2024-11-22
drm/i915/ddi: rename temp to ddi_func_ctl in intel_ddi_read_func_ctl()
Jani Nikula
1
-13
/
+12
2024-11-22
drm/i915/dp: refactor clear/wait for act sent
Jani Nikula
3
-30
/
+33
2024-11-22
drm/i915/reg: convert DP_TP_CTL/DP_TP_STATUS to REG_BIT() and friends
Jani Nikula
1
-27
/
+29
[next]