aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_bios.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16drm/i915/vbt: ignore extraneous child devices for a portJani Nikula1-6/+9
2017-07-07drm/i915/cnl: Don't trust VBT's alternate pin for port D for now.Rodrigo Vivi1-0/+9
2017-03-14drm/i915/vbt: split out defaults that are set when there is no VBTJani Nikula1-1/+16
2017-03-13drm/i915/vbt: don't propagate errors from intel_bios_init()Jani Nikula1-15/+16
2017-01-06drm/i915: Use range_overflows()Chris Wilson1-2/+5
2016-12-23drm/915: Parsing the missed out DTD fields from the VBTVincente Tsou1-3/+5
2016-12-22drm/i915/ddi: Rely on VBT DDI port info for eDP detectionImre Deak1-0/+4
2016-12-12drm/i915: Parse panel backlight controller from VBTVidya Srinivas1-2/+4
2016-12-02drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira1-1/+1
2016-11-14drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBTVille Syrjälä1-8/+22
2016-10-21drm/i915: Clean up DDI DDC/AUX CH sanitationVille Syrjälä1-45/+77
2016-10-18drm/i915: Parse VBT data for lspconShashank Sharma1-0/+49
2016-09-19drm/i915/bios: log about presence of DSI sequences we do not runJani Nikula1-0/+4
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson1-1/+1
2016-06-07drm/i915: Check VBT for port presence in addition to the strap on VLV/CHVVille Syrjälä1-0/+39
2016-06-02drm/i915: Extract physical display dimensions from VBTVille Syrjälä1-0/+5
2016-06-02drm/i915: Silence "unexpected child device config size" for VBT on 845gChris Wilson1-1/+1
2016-05-23drm/i915/opregion: Convert to using native drm_i915_privateChris Wilson1-1/+1
2016-05-09drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBTVille Syrjälä1-0/+36
2016-05-02drm/i915: Parse LFP brightness control field in VBTDeepak M1-0/+9
2016-04-26drm/i915: Parsing the PWM cntrl and CABC ON/OFF fields in VBTDeepak M1-0/+10
2016-04-12drm/i915: Get panel_type from OpRegion panel detailsVille Syrjälä1-5/+15
2016-04-12drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_typeVille Syrjälä1-4/+9
2016-04-12drm/i915: Reject panel_type > 0xf from VBTVille Syrjälä1-1/+4
2016-04-06drm/i915: Set invert bit for hpd based on VBTShubhangi Shrivastava1-0/+44
2016-04-06drm/i915: Update VBT fields for child devicesShubhangi Shrivastava1-1/+14
2016-03-29drm/i915: remove unused dev_priv->render_reclock_availJani Nikula1-3/+0
2016-03-29drm/i915: move sdvo mappings to vbt dataJani Nikula1-1/+1
2016-03-29drm/i915: move edp low vswing config to vbt dataJani Nikula1-2/+2
2016-03-29drm/i915: use a substruct in vbt data for edpJani Nikula1-19/+19
2016-03-17drm/i915: hide away VBT private data in a separate headerJani Nikula1-1/+3
2016-03-16drm/i915/bios: drop has_mipi in favor of intel_bios_is_dsi_presentJani Nikula1-9/+3
2016-03-16drm/i915: move VBT based DSI presence check to intel_bios.cJani Nikula1-1/+38
2016-03-16drm/i915: move VBT based eDP port check to intel_bios.cJani Nikula1-0/+33
2016-03-16drm/i915: move VBT based LVDS presence check to intel_bios.cJani Nikula1-0/+50
2016-03-16drm/i915: move VBT based TV presence check to intel_bios.cJani Nikula1-0/+41
2016-01-15drm/i915/bios: Fix the sequence size calculations for MIPI seq v3Jani Nikula1-3/+14
2016-01-12drm/i915: Expect child dev size of 22 bytes for VBT < 106Ville Syrjälä1-1/+3
2016-01-12drm/i915: Allow 27 bytes child_dev for VBT <109Ville Syrjälä1-8/+11
2016-01-11drm/i915/bios: add support for MIPI sequence block v3Jani Nikula1-11/+85
2016-01-11drm/i915/bios: interpret the i2c elementJani Nikula1-0/+5
2016-01-05drm/i915/bios: rewrite sequence block parsingJani Nikula1-104/+54
2016-01-05drm/i915/bios: abstract finding the panel sequence blockJani Nikula1-34/+42
2016-01-05drm/i915/bios: have get_blocksize() support MIPI sequence block v3+Jani Nikula1-18/+18
2016-01-05drm/i915/bios: split the MIPI DSI VBT block parsing to twoJani Nikula1-8/+19
2015-12-22drm/i915/bios: add proper documentation for the Video BIOS Table (VBT)Jani Nikula1-1/+23
2015-12-16drm/i915/bios: reduce indent in parse_general_featuresJani Nikula1-19/+20
2015-12-16drm/i915/bios: prefer using dev_priv over dev pointerJani Nikula1-13/+9
2015-12-16drm/i915/bios: fix format string of the VBT signature loggingJani Nikula1-2/+2
2015-12-16drm/i915: refactor VBT validationJani Nikula1-34/+33