index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_bios.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-21
drm/i915: Clean up DDI DDC/AUX CH sanitation
Ville Syrjälä
1
-45
/
+77
2016-10-18
drm/i915: Parse VBT data for lspcon
Shashank Sharma
1
-0
/
+49
2016-09-19
drm/i915/bios: log about presence of DSI sequences we do not run
Jani Nikula
1
-0
/
+4
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-1
/
+1
2016-06-07
drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
Ville Syrjälä
1
-0
/
+39
2016-06-02
drm/i915: Extract physical display dimensions from VBT
Ville Syrjälä
1
-0
/
+5
2016-06-02
drm/i915: Silence "unexpected child device config size" for VBT on 845g
Chris Wilson
1
-1
/
+1
2016-05-23
drm/i915/opregion: Convert to using native drm_i915_private
Chris Wilson
1
-1
/
+1
2016-05-09
drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
Ville Syrjälä
1
-0
/
+36
2016-05-02
drm/i915: Parse LFP brightness control field in VBT
Deepak M
1
-0
/
+9
2016-04-26
drm/i915: Parsing the PWM cntrl and CABC ON/OFF fields in VBT
Deepak M
1
-0
/
+10
2016-04-12
drm/i915: Get panel_type from OpRegion panel details
Ville Syrjälä
1
-5
/
+15
2016-04-12
drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_type
Ville Syrjälä
1
-4
/
+9
2016-04-12
drm/i915: Reject panel_type > 0xf from VBT
Ville Syrjälä
1
-1
/
+4
2016-04-06
drm/i915: Set invert bit for hpd based on VBT
Shubhangi Shrivastava
1
-0
/
+44
2016-04-06
drm/i915: Update VBT fields for child devices
Shubhangi Shrivastava
1
-1
/
+14
2016-03-29
drm/i915: remove unused dev_priv->render_reclock_avail
Jani Nikula
1
-3
/
+0
2016-03-29
drm/i915: move sdvo mappings to vbt data
Jani Nikula
1
-1
/
+1
2016-03-29
drm/i915: move edp low vswing config to vbt data
Jani Nikula
1
-2
/
+2
2016-03-29
drm/i915: use a substruct in vbt data for edp
Jani Nikula
1
-19
/
+19
2016-03-17
drm/i915: hide away VBT private data in a separate header
Jani Nikula
1
-1
/
+3
2016-03-16
drm/i915/bios: drop has_mipi in favor of intel_bios_is_dsi_present
Jani Nikula
1
-9
/
+3
2016-03-16
drm/i915: move VBT based DSI presence check to intel_bios.c
Jani Nikula
1
-1
/
+38
2016-03-16
drm/i915: move VBT based eDP port check to intel_bios.c
Jani Nikula
1
-0
/
+33
2016-03-16
drm/i915: move VBT based LVDS presence check to intel_bios.c
Jani Nikula
1
-0
/
+50
2016-03-16
drm/i915: move VBT based TV presence check to intel_bios.c
Jani Nikula
1
-0
/
+41
2016-01-15
drm/i915/bios: Fix the sequence size calculations for MIPI seq v3
Jani Nikula
1
-3
/
+14
2016-01-12
drm/i915: Expect child dev size of 22 bytes for VBT < 106
Ville Syrjälä
1
-1
/
+3
2016-01-12
drm/i915: Allow 27 bytes child_dev for VBT <109
Ville Syrjälä
1
-8
/
+11
2016-01-11
drm/i915/bios: add support for MIPI sequence block v3
Jani Nikula
1
-11
/
+85
2016-01-11
drm/i915/bios: interpret the i2c element
Jani Nikula
1
-0
/
+5
2016-01-05
drm/i915/bios: rewrite sequence block parsing
Jani Nikula
1
-104
/
+54
2016-01-05
drm/i915/bios: abstract finding the panel sequence block
Jani Nikula
1
-34
/
+42
2016-01-05
drm/i915/bios: have get_blocksize() support MIPI sequence block v3+
Jani Nikula
1
-18
/
+18
2016-01-05
drm/i915/bios: split the MIPI DSI VBT block parsing to two
Jani Nikula
1
-8
/
+19
2015-12-22
drm/i915/bios: add proper documentation for the Video BIOS Table (VBT)
Jani Nikula
1
-1
/
+23
2015-12-16
drm/i915/bios: reduce indent in parse_general_features
Jani Nikula
1
-19
/
+20
2015-12-16
drm/i915/bios: prefer using dev_priv over dev pointer
Jani Nikula
1
-13
/
+9
2015-12-16
drm/i915/bios: fix format string of the VBT signature logging
Jani Nikula
1
-2
/
+2
2015-12-16
drm/i915: refactor VBT validation
Jani Nikula
1
-34
/
+33
2015-12-16
drm/i915/bios: rename intel_parse_bios to intel_bios_init
Jani Nikula
1
-2
/
+2
2015-12-16
drm/i915/bios: move debug logging about VBT source to intel_parse_bios()
Jani Nikula
1
-7
/
+11
2015-12-16
drm/i915/bios: have functions return vbt, not bdb, header pointer
Jani Nikula
1
-15
/
+26
2015-12-16
drm/i915: move "no VBT in opregion" quirk to intel_opregion_setup()
Jani Nikula
1
-22
/
+2
2015-12-02
drm/i915: Check VBT for CRT port presence on HSW/BDW
Ville Syrjälä
1
-1
/
+4
2015-10-13
i915: switch from acpi_os_ioremap to memremap
Williams, Dan J
1
-12
/
+13
2015-09-30
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
1
-1
/
+11
2015-09-23
drm/i915/bios: handle MIPI Sequence Block v3+ gracefully
Jani Nikula
1
-1
/
+11
2015-09-04
drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5
Imre Deak
1
-18
/
+0
2015-08-31
drm/i915/skl: Enable DDI-E
Rodrigo Vivi
1
-7
/
+7
[next]