aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-22drm/i915: Get rid of intel_dp_dpcd_read_wake()Lyude1-58/+23
2016-04-22drm/mode: introduce wrapper to read framebuffer refcount.Dave Airlie1-2/+2
2016-04-22Merge tag 'drm-intel-next-2016-04-11' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie47-1216/+1843
2016-04-22Merge tag 'v4.6-rc3' into drm-nextDave Airlie2-5/+5
2016-04-22Merge tag 'topic/drm-misc-2016-04-21' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+2
2016-04-20drm/vma_manage: Drop has_offsetDaniel Vetter1-3/+0
2016-04-15drm/i915/dp/mst: Add source port info to debugfs outputJim Bride1-1/+2
2016-04-11drm/i915: Update DRIVER_DATE to 20160411Daniel Vetter1-1/+1
2016-04-11Merge tag 'v4.6-rc3' into drm-intel-next-queuedDaniel Vetter4-25/+20
2016-04-11drm/i915: Avoid allocating a vmap arena for a single pageChris Wilson1-5/+14
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson4-21/+12
2016-04-11drm/i915/shrinker: Restrict vmap purge to objects with vmapsChris Wilson2-1/+10
2016-04-11drm/i915: Refactor duplicate object vmap functionsChris Wilson4-72/+84
2016-04-11drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_objChris Wilson1-13/+12
2016-04-11drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_bufChris Wilson1-3/+1
2016-04-11drm/i915: implement WaClearTdlStateAckDirtyBitsTim Gore2-0/+31
2016-04-11drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bitDongwon Kim1-1/+9
2016-04-11drm/i915: Rename hw state checker to hw state verifier.Maarten Lankhorst1-30/+30
2016-04-11drm/i915: Move modeset state verifier calls.Maarten Lankhorst1-19/+5
2016-04-11drm/i915: Make modeset state verifier take crtc as argument.Maarten Lankhorst1-133/+183
2016-04-09drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessorChris Wilson1-4/+2
2016-04-09drm/i915: Use simplest form for flushing the single cacheline in the HWSChris Wilson1-2/+3
2016-04-09drm/i915: Harden detection of missed interruptsChris Wilson3-16/+35
2016-04-09drm/i915: Separate out the seqno-barrier from engine->get_seqnoChris Wilson8-42/+51
2016-04-09drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+Chris Wilson1-2/+11
2016-04-09drm/i915: Fixup the free space logic in ring_prepareAkash Goel2-6/+6
2016-04-08drm/i915: Simplify check for idleness in hangcheckChris Wilson1-3/+2
2016-04-08drm/i915: Apply a mb between emitting the request and hangcheckChris Wilson2-18/+24
2016-04-08drm/i915: Reset engine->last_submitted_seqnoChris Wilson1-0/+1
2016-04-08drm/i915: Reset semaphore page for gen8Chris Wilson1-0/+8
2016-04-08drm/i915: Refactor gen8 semaphore offset calculationChris Wilson1-6/+5
2016-04-08drm/i915: Move the hw semaphore initialisation from GEM to the engineChris Wilson2-6/+13
2016-04-08drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()Chris Wilson1-4/+3
2016-04-08drm/i915: On GPU reset, set the HWS breadcrumb to the last seqnoChris Wilson1-0/+2
2016-04-08drm/i915: Include engine->last_submitted_seqno in GPU error stateChris Wilson3-2/+7
2016-04-07drm/i915/BXT: Get pipe conf from the port registersRamalingam C1-0/+60
2016-04-07drm/i915: Sharing the pixel_format_from_vbt to whole i915Ramalingam C3-20/+22
2016-04-07drm/i915/dsi: use a temp variable for referencing the gpio tableJani Nikula1-6/+9
2016-04-07drm/i915/dsi: abstract VLV gpio element execution to a separate functionJani Nikula1-32/+35
2016-04-07drm/i915/dsi: clean up vlv gpio table and definitionsJani Nikula1-48/+39
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen15-55/+56
2016-04-07drm/i915: Do not WARN_ON in i915_vm_to_ppgttJoonas Lahtinen1-1/+0
2016-04-07drm/i915: Use i915_vm_to_ppgtt instead of manual container_ofJoonas Lahtinen1-28/+16
2016-04-06drm/i915/bxt: Set max cdclk frequency properlyMatt Roper1-0/+2
2016-04-06drm/i915/skl+: Use plane size for relative data rate calculationKumar, Mahesh1-14/+28
2016-04-06drm/i915: Set invert bit for hpd based on VBTShubhangi Shrivastava4-0/+72
2016-04-06drm/i915: Update VBT fields for child devicesShubhangi Shrivastava2-7/+26
2016-04-06Merge tag 'drm-intel-next-2016-03-30' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie67-6957/+8950
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+0
2016-04-05drm/i915: Set GPU freq to idle_freq initiallyVille Syrjälä1-7/+7