index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
vlv_dsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/pfit: Extract intel_pfit.c
Ville Syrjälä
2024-10-23
1
-0
/
+1
*
drm/i915/display: fix typo in the comment
Yan Zhen
2024-09-16
1
-1
/
+1
*
drm/i915/display: include drm/drm_probe_helper.h where needed
Jani Nikula
2024-09-05
1
-0
/
+1
*
drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
Hans de Goede
2024-08-24
1
-1
/
+0
*
drm/i915/bios: convert to struct intel_display
Jani Nikula
2024-08-12
1
-2
/
+3
*
drm/i915: pass dev_priv explicitly to TRANSCONF
Jani Nikula
2024-06-07
1
-1
/
+2
*
drm/i915/dsi: pass display to register macros instead of implicit variable
Jani Nikula
2024-04-23
1
-163
/
+174
*
drm/i915/dsi: unify connector/encoder type and name usage
Jani Nikula
2024-04-23
1
-74
/
+60
*
drm/i915/dsi: add VLV_ prefix to VLV only register macros
Jani Nikula
2024-04-23
1
-3
/
+3
*
drm/i915/dsi: Use enc_to_intel_dsi()
Ville Syrjälä
2024-03-15
1
-2
/
+1
*
drm/i915/dsi: Use devm_gpiod_get() for all GPIOs
Hans de Goede
2023-12-04
1
-9
/
+1
*
drm/i915: Skip some timing checks on BXT/GLK DSI transcoders
Ville Syrjälä
2023-11-29
1
-1
/
+17
*
drm/i915/dsi: Extract port_ctrl_reg()
Ville Syrjälä
2023-11-06
1
-7
/
+10
*
drm/i915/dsi: Remove dead GLK checks
Ville Syrjälä
2023-11-06
1
-2
/
+2
*
drm/i915/vlv_dsi: Add DMI quirk for backlight control issues on Lenovo Yoga T...
Hans de Goede
2023-10-12
1
-0
/
+34
*
drm/i915/vlv_dsi: Add DMI quirk for wrong I2C bus and panel size on Lenovo Yo...
Hans de Goede
2023-10-12
1
-0
/
+52
*
drm/i915/vlv_dsi: Add DMI quirk for wrong panel modeline in BIOS on Asus TF10...
Hans de Goede
2023-10-12
1
-0
/
+44
*
drm/i915/dsi: Remove weird has_pch_encoder asserts
Ville Syrjälä
2023-06-13
1
-2
/
+0
*
drm/i915/dsi: Implement encoder->shutdown() for icl+
Ville Syrjälä
2023-06-13
1
-7
/
+0
*
drm/i915/dsi: Respect power cycle delay on icl+
Ville Syrjälä
2023-06-13
1
-14
/
+0
*
drm/i915/dsi: drop unused but set variable vbp
Jani Nikula
2023-06-07
1
-2
/
+1
*
drm/i915/dsi: drop unused but set variable data
Jani Nikula
2023-06-07
1
-2
/
+1
*
drm/i915/display: Add new member to configure PCON color conversion
Ankit Nautiyal
2023-05-05
1
-0
/
+1
*
drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()
Hans de Goede
2023-04-28
1
-17
/
+5
*
drm/i915: s/PIPEMISC/PIPE_MISC/
Ville Syrjälä
2023-03-17
1
-1
/
+1
*
drm/i915: s/PIPECONF/TRANSCONF/
Ville Syrjälä
2023-02-17
1
-1
/
+1
*
drm/i915/display/vlv: use intel_de_rmw if possible
Andrzej Hajda
2023-01-30
1
-95
/
+37
*
drm/i915/display/vlv: fix pixel overlap register update
Andrzej Hajda
2023-01-30
1
-15
/
+9
*
drm/i915/panel: move panel fixed EDID to struct intel_panel
Jani Nikula
2023-01-26
1
-1
/
+1
*
drm/i915: Do panel VBT init early if the VBT declares an explicit panel type
Ville Syrjälä
2022-12-09
1
-1
/
+1
*
drm/i915: stop including i915_irq.h from i915_trace.h
Jani Nikula
2022-11-11
1
-0
/
+1
*
drm/i915/display: remove drm_device aliases
Andrzej Hajda
2022-10-11
1
-5
/
+4
*
drm/i915: Clean up connector->*_allowed setup
Ville Syrjälä
2022-09-26
1
-2
/
+0
*
drm/i915: Extract intel_attach_scaling_mode_property()
Ville Syrjälä
2022-09-26
1
-10
/
+1
*
drm/i915: Feed the DPLL output freq back into crtc_state
Ville Syrjälä
2022-09-08
1
-6
/
+5
*
drm/i915/reg: stop using implicit dev_priv in DSPCLK_GATE_D
Jani Nikula
2022-08-31
1
-4
/
+4
*
drm/i915: move mipi_mmio_base to display.dsi
Jani Nikula
2022-08-31
1
-2
/
+2
*
drm/i915/dsi: use VBT backlight and CABC port definitions directly
Jani Nikula
2022-08-18
1
-4
/
+0
*
drm/i915/dsi: filter invalid backlight and CABC ports
Jani Nikula
2022-08-18
1
-0
/
+7
*
drm/i915/bios: calculate panel type as per child device index in VBT
Animesh Manna
2022-06-20
1
-1
/
+1
*
drm/i915/bios: Determine panel type via PNPID match
Ville Syrjälä
2022-05-27
1
-1
/
+1
*
drm/i915/bios: Split VBT data into per-panel vs. global parts
Ville Syrjälä
2022-05-27
1
-5
/
+9
*
drm/i915: Put fixed modes directly onto the panel's fixed_modes list
Ville Syrjälä
2022-03-31
1
-4
/
+5
*
drm/i915: Rename intel_panel_vbt_fixed_mode()
Ville Syrjälä
2022-03-29
1
-1
/
+1
*
drm/i915: Use intel_panel_preferred_fixed_mode() more
Ville Syrjälä
2022-03-29
1
-3
/
+4
*
drm/i915: Pass intel_connector to intel_panel_{init,fini}()
Ville Syrjälä
2022-03-29
1
-1
/
+1
*
drm/i915/dsi: Pass fixed_mode to *_dsi_add_properties()
Ville Syrjälä
2022-03-14
1
-4
/
+5
*
drm/i915/reg: split out vlv_dsi_regs.h and vlv_dsi_pll_regs.h
Jani Nikula
2022-02-21
1
-0
/
+1
*
drm/i915/dsi: disassociate VBT video transfer mode from register values
Jani Nikula
2022-02-21
1
-6
/
+27
*
drm/i915/dsi: split out vlv_dsi.h
Jani Nikula
2021-11-23
1
-0
/
+1
[next]