Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fe52e597fdbfd1098d47bdf314a1974dac003227
/
drivers
/
gpu
/
drm
/
i915
/
intel_lvds.c
5f88a9c
drm/i915: Constify states passed to enable/disable/etc. encoder hooks
by Ville Syrjälä
· 7 years ago
dc911f5
drm/i915/edp: Allow alternate fixed mode for eDP if available.
by Jim Bride
· 7 years ago
7d902c0
drm: Nuke drm_atomic_helper_connector_dpms
by Daniel Vetter
· 7 years ago
482b0e3
drm: Nuke drm_atomic_helper_connector_set_property
by Daniel Vetter
· 7 years ago
b037d58
drm/i915: Pass crtc_state and connector state to backlight enable/disable functions
by Maarten Lankhorst
· 8 years ago
ca93758
drm/i915: Convert LVDS connector properties to atomic.
by Maarten Lankhorst
· 8 years ago
8b45330
drm/i915: Use per-connector scaling mode property
by Maarten Lankhorst
· 8 years ago
eead06d
drm/i915: Use atomic scaling_mode instead of panel.fitting_mode
by Maarten Lankhorst
· 8 years ago
79f255a
drm/i915: Store encoder power domain in struct intel_encoder
by Ander Conselvan de Oliveira
· 8 years ago
1650be7
drm/i915: Intel panel detection cleanup
by Mika Kahola
· 8 years ago
c39055b
drm/i915: Pass dev_priv to intel_setup_outputs()
by Ander Conselvan de Oliveira
· 8 years ago
6647847
drm/i915: Assorted INTEL_INFO(dev) cleanups
by Tvrtko Ursulin
· 8 years ago
b91eb5c
drm/i915: Pass dev_priv to intel_get_crtc_for_pipe()
by Ville Syrjälä
· 8 years ago
e2af48c
drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[]
by Ville Syrjälä
· 8 years ago
5db9401
drm/i915: Make IS_GEN macros only take dev_priv
by Tvrtko Ursulin
· 8 years ago
50a0bc9
drm/i915: Make INTEL_DEVID only take dev_priv
by Tvrtko Ursulin
· 8 years ago
6e26695
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
by Tvrtko Ursulin
· 8 years ago
c0c8b9ed
Merge tag 'drm-for-v4.9' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
03cdc1d
drm/i915: Store port enum in intel_encoder
by Pandiyan, Dhinakaran
· 8 years ago
b81a617
Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
51d6120
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
d468e21
drm/i915: Convert intel_lvds to use atomic state
by Maarten Lankhorst
· 8 years ago
0a478c2
drm/i915: Make encoder->compute_config take the connector state
by Maarten Lankhorst
· 8 years ago
fd6bbda
drm/i915: Pass crtc_state and connector_state to encoder functions
by Maarten Lankhorst
· 8 years ago
4644453
drm: Remove display_info->min/max_(h|v)max
by Daniel Vetter
· 8 years ago
8090ba8
drm/i915: Apply the PPS register unlock workaround more consistently
by Imre Deak
· 8 years ago
ed6143b8
drm/i915/lvds: Restore initial HW state during encoder enabling
by Imre Deak
· 8 years ago
5a162e2
drm/i915: Merge TARGET_POWER_ON and PANEL_POWER_ON flag definitions
by Imre Deak
· 8 years ago
44cb734
drm/i915: Merge the PPS register definitions
by Imre Deak
· 8 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 8 years ago
f1fda74
drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds()
by Chris Wilson
· 8 years ago
7cf41c3
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
by Chris Wilson
· 8 years ago
0d01d0c
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
by Chris Wilson
· 8 years ago
843152b
drm/i915: Move connector registration to driver registration
by Chris Wilson
· 8 years ago
1ebaa0b
drm/i915: Move backlight registration to connector registration
by Chris Wilson
· 8 years ago
fda9ee9
drm/i915: Move panel's backlight setup next to panel init
by Chris Wilson
· 8 years ago
10bb667
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
97a824e1
drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected
by Imre Deak
· 9 years ago
c191eca
drm/i915: Move intel_connector->unregister to connector->early_unregister
by Chris Wilson
· 9 years ago
cc22a86
drm: i915: Rely on the default ->best_encoder() behavior where appropriate
by Boris Brezillon
· 9 years ago
df45724
drm/i915: Extract physical display dimensions from VBT
by Ville Syrjälä
· 9 years ago
580d8ed
drm/i915: Give encoders useful names
by Ville Syrjälä
· 9 years ago
7e22dbb
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
by Tvrtko Ursulin
· 9 years ago
a0cbe6a
drm/i915/lvds: separate border enable readout from panel fitter
by Jani Nikula
· 9 years ago
9f54d4bd
drm/i915: fix deadlock on lid open
by Bjørn Mork
· 9 years ago
6aa23e6
drm/i915: use a substruct in vbt data for edp
by Jani Nikula
· 9 years ago
5a69d13
drm/i915: move VBT based LVDS presence check to intel_bios.c
by Jani Nikula
· 9 years ago
8106ddb
drm/i915: Store a direct pointer to shared dpll in intel_crtc_state
by Ander Conselvan de Oliveira
· 9 years ago
e3b247d
drm/i915: Move the encoder vs. FDI dotclock check out from encoder .get_config()
by Ville Syrjälä
· 9 years ago
ecb2448
drm/i915/lvds: Ensure the HW is powered during HW state readout
by Imre Deak
· 9 years ago
4eddaee
drm/i915: Switch DDC when reading the EDID
by Lukas Wunner
· 9 years ago
13a3d91
drm: Pass 'name' to drm_encoder_init()
by Ville Syrjälä
· 9 years ago
f0f59a0
drm/i915: Type safe register read/write
by Ville Syrjälä
· 9 years ago
af9b9c1
drm/i915: Clean up LVDS register handling harder
by Lukas Wunner
· 9 years ago
d0669d0
drm/i915: Clean up LVDS register handling
by Ville Syrjälä
· 9 years ago
124abe0
drm/i915: Always call the adjusted mode 'adjusted_mode'
by Ville Syrjälä
· 9 years ago
96d12cb
drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5
by Imre Deak
· 9 years ago
c5796b7
drm/i915: access the PP_CONTROL reg only pre GEN5
by Imre Deak
· 9 years ago
7f7b58c
drm/i915: LVDS pixel clock check
by Mika Kahola
· 9 years ago
4d688a2
drm/i915: Get rid of dpms handling.
by Maarten Lankhorst
· 9 years ago
043e9bd
drm/i915: Convert resume to atomic.
by Maarten Lankhorst
· 9 years ago
d26a5b6
drm/i915: Disable LVDS port after the pipe on PCH
by Ville Syrjälä
· 9 years ago
c329a4e
drm/i915: Nuke lvds downclock support
by Daniel Vetter
· 10 years ago
eebaed6
drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOS
by Chris Wilson
· 10 years ago
bdcddf9
Backmerge v4.1-rc4 into into drm-next
by Dave Airlie
· 10 years ago
3916e3f
drm/i915: Add missing MacBook Pro models with dual channel LVDS
by Lukas Wunner
· 10 years ago
6f317cf
drm/i915: Assume dual channel LVDS if pixel clock necessitates it
by Lukas Wunner
· 10 years ago
08d9bc9
drm/i915: Allocate connector state together with the connectors
by Ander Conselvan de Oliveira
· 10 years ago
9bdbd0b
drm/i915: Allocate connector state together with the connectors
by Ander Conselvan de Oliveira
· 10 years ago
88ac793
drm/i915: base gmbus pin validity check on the gmbus pin map array
by Jani Nikula
· 10 years ago
0184df4
drm/i915: refer to pin instead of port in the intel_i2c.c interfaces
by Jani Nikula
· 10 years ago
988c701
drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*
by Jani Nikula
· 10 years ago
d21bd67
drm/i915: Don't use encoder->new_crtc in intel_lvds_compute_config()
by Ander Conselvan de Oliveira
· 10 years ago
9896972
drm/i915: Implement connector state duplication
by Ander Conselvan de Oliveira
· 10 years ago
83d6573
drm/i915: Use enabled value from crtc_state rather than crtc (v2)
by Matt Roper
· 10 years ago
2545e4a
drm/i915: Add atomic_get_property entrypoint for connectors (v2)
by Matt Roper
· 10 years ago
c6f95f2
drm/i915: Setup dummy atomic state for connectors (v3)
by Matt Roper
· 10 years ago
6e3c971
drm/i915: Make intel_crtc->config a pointer
by Ander Conselvan de Oliveira
· 10 years ago
2d112de
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
by Ander Conselvan de Oliveira
· 10 years ago
5cec258
drm/i915: Rename struct intel_crtc_config to intel_crtc_state
by Ander Conselvan de Oliveira
· 10 years ago
8c86394
Merge tag 'v3.18' into drm-next
by Dave Airlie
· 10 years ago
b0616c5
drm/i915: Unlock panel even when LVDS is disabled
by Daniel Vetter
· 10 years ago
6517d27
drm/i915: Pass the current pipe from eDP init to backlight setup
by Ville Syrjälä
· 10 years ago
f458ebb
drm/i915: Bikeshed rpm functions name a bit.
by Daniel Vetter
· 10 years ago
b2efb3f
drm: backmerge tag 'v3.17-rc5' into drm-next
by Dave Airlie
· 10 years ago
bbe1c27
drm/i915: Remove bogus __init annotation from DMI callbacks
by Mathias Krause
· 10 years ago
b2784e1
drm/i915: Introduce a for_each_intel_encoder() macro
by Damien Lespiau
· 10 years ago
5d42f82
Merge tag 'v3.16' into drm-next
by Dave Airlie
· 10 years ago
c51f716
Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
6b89cdd
Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"
by Daniel Vetter
· 10 years ago
1f835a7
drm/i915: don't read LVDS regs at compute_config time
by Paulo Zanoni
· 10 years ago
34a6c70
drm/i915: check the power domains in intel_lvds_get_hw_state()
by Paulo Zanoni
· 10 years ago
34ea3d3
drm: add register and unregister functions for connectors
by Thomas Wood
· 11 years ago
c23cc41
drm/i915: replace drm_get_connector_name() with direct name field use
by Jani Nikula
· 11 years ago
85a50fb
drm/i915/lvds: Remove ->mode_set callback
by Daniel Vetter
· 11 years ago
773875b
drm/i915: Don't set the 8to6 dither flag when not scaling
by Daniel Vetter
· 11 years ago
4da9854
drm/i915: add locking to fixed panel edid probing
by Daniel Vetter
· 11 years ago
bc079e8
drm/i915: Make encoder cloning more flexible
by Ville Syrjälä
· 11 years ago
4932e2c
drm/i915: add unregister callback to connector
by Imre Deak
· 11 years ago
7fb4a3a
drm/i915/lvds: Remove dead code from failing case
by Damien Lespiau
· 11 years ago
Next »