summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Nuke aux regs from intel_dpVille Syrjälä2018-02-232-45/+45
* drm/i915: Add enum aux_ch and clean up the aux init to use itVille Syrjälä2018-02-234-125/+131
* drm/i915: Use the correct power domain for aux chVille Syrjälä2018-02-231-5/+1
* drm/i915: Add a FIXME about FBC vs. fence. 90/270 degree rotationVille Syrjälä2018-02-221-0/+6
* drm/i915: Extract intel_plane_{pin,unpin}_fb()Ville Syrjälä2018-02-221-51/+45
* drm/i915: Require fence only for FBC capable planesVille Syrjälä2018-02-221-1/+1
* drm/i915: Clean up fbc vs. plane checksVille Syrjälä2018-02-223-24/+44
* drm/i915: Only pin the fence for primary planes (and gen2/3)Ville Syrjälä2018-02-223-2/+15
* drm/i915: Fail if we can't get a fence for gen2/3 tiled scanoutVille Syrjälä2018-02-221-1/+9
* drm/i915: Fix Limited Range Color HandlingJohnson Lin2018-02-221-15/+14
* drm/i915: Move page sizes out of the 8-bit sandwichTvrtko Ursulin2018-02-221-2/+2
* drm/i915/hsw: add missing disabled EUs registers readsLionel Landwerlin2018-02-222-1/+63
* drm/i915/icl: Show interrupt registers in debugfsTvrtko Ursulin2018-02-221-44/+95
* drm/i915/icl: Add the ICL PCI IDsPaulo Zanoni2018-02-221-0/+1
* drm/i915/execlists: Move the GEM_BUG_ON context matches CSB laterChris Wilson2018-02-221-3/+4
* drm/i915/execlists: Add a GEM_TRACE to show when the context is completedChris Wilson2018-02-221-0/+3
* drm/i915/execlists: Remove the ring advancement under preemptionChris Wilson2018-02-211-7/+0
* drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-2152-996/+990
* drm/doc: Fix documentation for _vblank_restore().Dhinakaran Pandiyan2018-02-211-8/+14
* drm/i915: Make global seqno known in i915_gem_request_execute tracepointTvrtko Ursulin2018-02-211-2/+2
* drm/i915: Update DRIVER_DATE to 20180221Joonas Lahtinen2018-02-211-2/+2
* drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson2018-02-202-4/+11
* drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinningChris Wilson2018-02-201-1/+2
* drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson2018-02-207-35/+62
* drm/i915: Also check view->type for a normal GGTT viewChris Wilson2018-02-201-1/+2
* drm/i915: Drop WaDoubleCursorLP3Latency:ivbVille Syrjälä2018-02-201-4/+0
* drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä2018-02-201-1/+1
* drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä2018-02-201-1/+2
* drm/i915: Assert that we don't overflow frontbuffer tracking bitsVille Syrjälä2018-02-201-4/+8
* drm/i915: Track number of pending freed objectsChris Wilson2018-02-203-4/+15
* drm/i915/: Initialise trans_min for skl_compute_transition_wm()Chris Wilson2018-02-191-0/+1
* drm/i915: Clear the in-use marker on execbuf failureChris Wilson2018-02-191-0/+2
* drm/i915: Prune gen8_gt_irq_handlerChris Wilson2018-02-192-30/+33
* drm/i915: Track GT interrupt handling using the master iirChris Wilson2018-02-191-20/+31
* drm/i915: Remove WARN_ONCE for failing to pm_runtime_if_in_useChris Wilson2018-02-191-8/+7
* drm: intel_dpio_phy: fix kernel-doc comments at nested structMauro Carvalho Chehab2018-02-191-1/+1
* drm/i915: Release connector iterator on a digital port conflict.Maarten Lankhorst2018-02-191-2/+3
* drm/i915/execlists: Remove too early assertChris Wilson2018-02-161-2/+3
* drm/i915: Assert that we always complete a submission to guc/execlistsChris Wilson2018-02-162-0/+12
* drm: move read_domains and write_domain into i915Christian König2018-02-1615-59/+74
* drm/i915/cnl: Fix PORT_TX_DW5/7 register addressMahesh Kumar2018-02-151-2/+2
* drm/i915: Estimate and update missed vblanks.Dhinakaran Pandiyan2018-02-151-0/+12
* drm/vblank: Restoring vblank counts after device PM events.Dhinakaran Pandiyan2018-02-151-0/+59
* drm/vblank: Do not update vblank count if interrupts are already disabled.Dhinakaran Pandiyan2018-02-151-8/+10
* drm/atomic: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2018-02-151-1/+1
* drm/tegra: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2018-02-151-1/+1
* drm/radeon: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2018-02-151-1/+1
* drm/amdgpu: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2018-02-152-3/+3
* drm/i915: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan2018-02-152-2/+2
* drm/i915/vblank: Make the vblank counter u64 -> u32 typecast explicitDhinakaran Pandiyan2018-02-151-1/+1
OpenPOWER on IntegriCloud