summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/hdmi: Detect HDMI 2.0 monitors using multiple EDID capabilitiesClint Taylor2018-10-261-1/+2
* dma-buf: allow reserving more than one shared fence slotChristian König2018-10-251-1/+1
* Merge drm/drm-next into drm-misc-nextSean Paul2018-10-2443-1052/+1911
|\
| * firmware/dmc/icl: Add missing MODULE_FIRMWARE() for Icelake.Anusha Srivatsa2018-10-181-0/+1
| * drm/i915/icl: Fix signal_levelsRodrigo Vivi2018-10-181-1/+1
| * drm/i915/icl: Fix DDI/TC port clk_off bitsMahesh Kumar2018-10-182-3/+21
| * drm/i915/icl: create function to identify combophy portMahesh Kumar2018-10-183-7/+20
| * drm/i915/gen9+: Fix initial readout for Y tiled framebuffersImre Deak2018-10-181-2/+23
| * drm/i915: Large page offsets for pread/pwriteChris Wilson2018-10-181-10/+2
| * drm/i915/selftests: Disable shrinker across mmap-exhaustionChris Wilson2018-10-181-0/+3
| * drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit pane...Manasi Navare2018-10-182-17/+39
| * drm/i915: Fix intel_dp_mst_best_encoder()Lyude Paul2018-10-181-2/+0
| * drm/i915: Skip vcpi allocation for MSTB ports that are goneLyude Paul2018-10-181-9/+15
| * drm/i915: Don't unset intel_connector->mst_portLyude Paul2018-10-181-11/+6
| * drm/i915: Only reset seqno if actually idleChris Wilson2018-10-181-1/+1
| * 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-183-0/+37
| * Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-09-2839-950/+1686
| |\
| | * drm/i915: Update DRIVER_DATE to 20180921Joonas Lahtinen2018-09-211-1/+1
| | * drm/i915: Update DRIVER_DATE to 20180921Joonas Lahtinen2018-09-211-2/+2
| | * drm/i915/execlists: Onion unwind for logical_ring_init() failureChris Wilson2018-09-201-7/+11
| | * drm/i915: Park the GPU on module loadChris Wilson2018-09-201-0/+8
| | * drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson2018-09-206-0/+33
| | * drm/i915: pass dev_priv to i915_gem_cleanup_stolenMatthew Auld2018-09-203-5/+3
| | * drm/i915: don't assume struct page in i915_sg_trimMatthew Auld2018-09-202-1/+5
| | * drm/i915/guc: Restore preempt-context across S3/S4Chris Wilson2018-09-201-53/+27
| | * drm/i915/selftests: Basic stress test for rapid context switchingChris Wilson2018-09-201-0/+195
| | * drm/i915/selftests: Free the batch along the contexts error pathChris Wilson2018-09-201-0/+1
| | * drm/i915/psr: Enable AUX-A IO power well on ICL for PSRDhinakaran Pandiyan2018-09-192-1/+2
| | * drm/i915/sdvo: Fix multi function encoder stuffVille Syrjälä2018-09-181-57/+44
| | * drm/i915: Fix logic fumble in rotation vs. ccs checkVille Syrjälä2018-09-181-2/+1
| | * drm/i915: Replace some PAGE_SHIFTs with I915_GTT_PAGE_SIZEVille Syrjälä2018-09-181-15/+15
| | * drm/i915: Limit number of capture objectsChris Wilson2018-09-141-7/+13
| | * drm/i915/execlists: Reset CSB pointers on canceling requests (wedging)Chris Wilson2018-09-141-0/+3
| | * drm/i915: Include fence-hint for timeout warningChris Wilson2018-09-141-6/+7
| | * drm/i915/execlists: Use coherent writes into the context imageChris Wilson2018-09-144-4/+15
| | * drm/i915: Check engine->default_state mapping on module loadChris Wilson2018-09-141-0/+11
| | * drm/i915/execlists: Delay updating ring register state after resumeChris Wilson2018-09-141-18/+15
| | * drm/i915: Flush the tasklet when checking for idleChris Wilson2018-09-141-0/+3
| | * drm/i915: Limit the backpressure for i915_request allocationChris Wilson2018-09-142-6/+16
| | * drm/i915: Mark up a couple of KMS debug messages as suchChris Wilson2018-09-141-6/+6
| | * drm/i915/kbl+: Enable IPC only for symmetric memory configurationsMahesh Kumar2018-09-133-5/+28
| | * drm/i915/skl+: don't trust IPC value set by BIOSMahesh Kumar2018-09-131-3/+1
| | * drm/i915: Implement 16GB dimm wa for latency level-0Mahesh Kumar2018-09-133-2/+44
| | * drm/i915/skl+: Decode memory bandwidth and parametersMahesh Kumar2018-09-133-4/+167
| | * drm/i915/bxt: Decode memory bandwidth and parametersMahesh Kumar2018-09-133-0/+158
| | * firmware/dmc/icl: load v1.07 on icelake.Anusha Srivatsa2018-09-132-0/+10
| | * drm/i915: Fix a potential integer overflow with framebuffers extending past 4...Ville Syrjälä2018-09-131-3/+3
| | * drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZEVille Syrjälä2018-09-132-10/+10