summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Enable fastboot by default on VLV and CHVHans de Goede2019-02-011-1/+9
* drm/i915/icl: Work around broken VBTs for port F detectionImre Deak2019-01-311-1/+3
* drm/i915: Force background color to black for gen9+ (v2)Matt Roper2019-01-311-0/+19
* drm/i915/icl: use tc_port in MG_PLL macrosLucas De Marchi2019-01-291-1/+1
* drm/i915: Enable fastboot by default on Skylake and newerHans de Goede2019-01-291-1/+10
* drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSenVille Syrjälä2019-01-281-6/+44
* drm/i915: correct the pitch check for NV12 framebufferP Raviraj Sitaram2019-01-251-8/+0
* drm/i915: Don't try to use the hardware frame counter with i965gm TV outputVille Syrjälä2019-01-251-8/+40
* drm/i915: Make HW readout mark CRTC scaler as in use.Maarten Lankhorst2019-01-241-0/+1
* drm/i915: Enable fastset for non-boot modesets.Maarten Lankhorst2019-01-241-2/+6
* drm/i915/crt: simplify CRT VBT check on pre-VLV/DDIJani Nikula2019-01-241-11/+4
* drm/i915/lvds: simplify gen 2 lvds presenceJani Nikula2019-01-241-1/+1
* drm/i915: rename has_edp_a() to ilk_has_edp_a()Jani Nikula2019-01-241-2/+2
* drm/i915/tv: only call intel_tv_init() on platforms that might have TVJani Nikula2019-01-241-3/+3
* drm/i915/lvds: nuke intel_lvds_supported()Jani Nikula2019-01-241-2/+4
* drm/i915/lvds: only call intel_lvds_init() on platforms that might have LVDSJani Nikula2019-01-241-7/+13
* drm/i915/crt: split out intel_crt_present() to platform specific setupJani Nikula2019-01-241-10/+24
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-01-221-0/+4
|\
| * drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul2019-01-151-4/+7
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-111-174/+158
| |\
| * | drm/dp_mst: Start tracking per-port VCPI allocationsLyude Paul2019-01-111-0/+4
* | | drm/i915/display: switch to kernel typesJani Nikula2019-01-211-52/+52
* | | drm/i915: Limit the for_each_set_bit() to the valid rangeChris Wilson2019-01-171-1/+3
* | | drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-6/+9
* | | drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul2019-01-161-4/+7
* | | drm/i915/icl: Detect port F presence via VBTImre Deak2019-01-151-1/+7
* | | drm/i915/ddi: Move DDI port detection to the corresponding helperImre Deak2019-01-151-3/+1
* | | drm/i915: Fix ILK-IVB primary plane enable delaysJuha-Pekka Heikkila2019-01-141-1/+4
* | | drm/i915: Complain if hsw_get_pipe_config acquires the same power well twiceChris Wilson2019-01-141-0/+6
* | | drm/i915: Markup paired operations on display power domainsChris Wilson2019-01-141-24/+44
* | | drm/i915/fb: Track rpm wakerefsChris Wilson2019-01-141-2/+3
* | | drm/i915: Markup paired operations on wakerefsChris Wilson2019-01-141-1/+1
* | | drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0
* | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-01-081-1/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-021-1/+1
| |\ \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *-----. \ Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-1/+1
| | |\ \ \ \ \
| | | | | * | | iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-121-1/+1
| | | | | |/ /
| | * | | | | drm/i915: Add rotation readout for plane initial configVille Syrjälä2018-11-211-0/+31
| | * | | | | drm/i915: Force a LUT update in intel_initial_commit()Ville Syrjälä2018-11-211-0/+8
| | | |/ / / | | |/| | |
| | * | | | drm/i915: Account for scale factor when calculating initial phaseVille Syrjälä2018-11-151-3/+42
| | | |/ / | | |/| |
| | * | | drm/i915: Fix ilk+ watermarks when disabling pipesVille Syrjälä2018-11-061-11/+6
| | * | | drm/i915: Fix error handling for the NV12 fb dimensions checkVille Syrjälä2018-11-061-1/+1
| | |/ /
| | * | drm/i915/icl: create function to identify combophy portMahesh Kumar2018-10-181-0/+11
| | * | drm/i915/gen9+: Fix initial readout for Y tiled framebuffersImre Deak2018-10-181-2/+23
| | * | drm/i915: Use the correct crtc when sanitizing plane mappingVille Syrjälä2018-10-181-32/+46
| | * | drm/i915: Restore vblank interrupts earlierVille Syrjälä2018-10-181-10/+13
| | * | drm/i915: Check fb stride against plane max strideVille Syrjälä2018-10-181-0/+14
| | * | Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-281-310/+322
| | |\ \
* | | | | drm/i915: Always try to reset the GPU on takeoverChris Wilson2019-01-031-2/+2
* | | | | drm/i915: start moving runtime device info to a separate structJani Nikula2019-01-021-1/+1