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
2019-06-17
drm/i915: move modesetting core code under display/
Jani Nikula
1
-2253
/
+0
2019-06-17
drm/i915: move modesetting output/encoder code under display/
Jani Nikula
1
-1
/
+2
2019-06-05
drm/i915/bios: add an enum for BDB block IDs
Jani Nikula
1
-2
/
+2
2019-06-05
drm/i915/bios: reserve struct bdb_ prefix for BDB blocks
Jani Nikula
1
-6
/
+6
2019-06-05
drm/i915/bios: clean up VBT port info debug logging
Jani Nikula
1
-2
/
+3
2019-06-05
drm/i915/bios: use port info child pointer to determine LSPCON presence
Jani Nikula
1
-46
/
+6
2019-06-05
drm/i915/bios: use port info child pointer to determine HPD invert
Jani Nikula
1
-33
/
+6
2019-06-05
drm/i915/bios: refactor DDC pin and AUX CH sanitize functions
Jani Nikula
1
-14
/
+34
2019-06-05
drm/i915/bios: store child device pointer in DDI port info
Jani Nikula
1
-5
/
+5
2019-06-05
drm/i915/bios: make child device order the priority order
Jani Nikula
1
-17
/
+15
2019-05-03
drm/i915: extract intel_gmbus.h from i915_drv.h and rename intel_i2c.c
Jani Nikula
1
-0
/
+2
2019-03-25
drm/i915/bios: iterate over child devices to initialize ddi_port_info
Jani Nikula
1
-46
/
+58
2019-03-13
drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup time
José Roberto de Souza
1
-0
/
+25
2019-03-13
drm/i915/gen11+: First assume next platforms will inherit stuff
Rodrigo Vivi
1
-2
/
+2
2019-03-13
drm/i915/bios: assume eDP is present on port A when there is no VBT
Thomas Preston
1
-0
/
+1
2019-01-31
drm/i915/icl: Add TypeC ports only if VBT is present
Imre Deak
1
-0
/
+7
2019-01-15
drm/i915/ddi: Move DDI port detection to the corresponding helper
Imre Deak
1
-0
/
+9
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2018-12-18
drm/i915/bios: Parse the VBT TypeC and Thunderbolt port flags
Imre Deak
1
-2
/
+9
2018-12-12
drm/i915: Rename IS_GEN to IS_GEN_RANGE
Lucas De Marchi
1
-1
/
+1
2018-12-03
drm/i915: Add HAS_DISPLAY() and use it
José Roberto de Souza
1
-1
/
+1
2018-11-15
drm/i915/bios: rename intel_aux_ch() to intel_bios_port_aux_ch()
Jani Nikula
1
-1
/
+2
2018-11-13
drm/i915: Determine DSI panel orientation from VBT
Ville Syrjälä
1
-0
/
+31
2018-11-02
drm/i915: Move intel_aux_ch() to intel_bios.c
Imre Deak
1
-0
/
+45
2018-11-01
drm/i915/icl: Find DSI presence for ICL
Madhav Chauhan
1
-6
/
+6
2018-06-20
drm/i915/psr: fix copy-paste error with setting of tp2_wakeup_time_us
Colin Ian King
1
-1
/
+1
2018-06-19
drm/i915/psr: Adds psrwake options for all platforms
Vathsala Nagaraju
1
-1
/
+3
2018-06-18
drm/i915/vbt: switch to kernel unsigned int types
Jani Nikula
1
-2
/
+2
2018-06-11
drm/i915: be more strict about HAS_PCH_NOP() usage
Jani Nikula
1
-1
/
+1
2018-06-01
drm/i915/icl: Map VBT DDC Pin to BSpec DDC Pin
Radhakrishna Sripada
1
-8
/
+27
2018-05-25
drm/i915: Consult VBT "LVDS config" bits to determine whether internal LVDS i...
Ville Syrjälä
1
-3
/
+25
2018-05-24
drm/i915/psr: vbt change for psr
Vathsala Nagaraju
1
-2
/
+46
2018-05-22
drm/i915: Eliminate the unused dev_priv->vbt.lvds_vbt
Ville Syrjälä
1
-3
/
+0
2018-05-22
drm/i915: Replace vbt edp.support with int_lvds_support
Ville Syrjälä
1
-6
/
+7
2018-05-09
drm/i915/psr: Check if VBT says PSR can be enabled.
Dhinakaran Pandiyan
1
-0
/
+1
2018-04-12
drm/i915/bios: reduce the scope of some local variables in parse_ddi_port()
Jani Nikula
1
-6
/
+4
2018-04-12
drm/i915/bios: filter out invalid DDC pins from VBT child devices
Jani Nikula
1
-4
/
+9
2018-04-11
drm/i915/bios: remove duplicated code
Jani Nikula
1
-7
/
+0
2018-02-14
drm/i915: Fix DSI panels with v1 MIPI sequences without a DEASSERT sequence v3
Hans de Goede
1
-0
/
+84
2018-02-14
drm/i915: Free memdup-ed DSI VBT data structures on driver_unload
Hans de Goede
1
-0
/
+6
2018-02-14
drm/i915: Add intel_bios_cleanup() function
Hans de Goede
1
-0
/
+15
2018-02-09
drm/i915: Use INTEL_GEN everywhere
Tvrtko Ursulin
1
-1
/
+1
2018-02-02
drm/i915/dp: limit DP link rate based on VBT on CNL+
Jani Nikula
1
-0
/
+21
2018-01-29
drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
Rodrigo Vivi
1
-2
/
+3
2018-01-23
drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
Rodrigo Vivi
1
-3
/
+8
2018-01-19
drm/i915/cnl: Add Port F definition.
Rodrigo Vivi
1
-0
/
+9
2018-01-18
drm/i915/bios: add DP max link rate to VBT child device struct
Jani Nikula
1
-3
/
+5
2017-11-14
Merge airlied/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-0
/
+7
2017-11-04
Merge tag 'drm-intel-next-2017-10-23' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-20
/
+62
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
1
-0
/
+7
[next]