- 3756685 drm/i915: Only grab correct forcewake for the engine with execlists by Tvrtko Ursulin · 9 years ago
- a70ecc1 drm/i915: Remove forcewake request registers from the shadowed table by Tvrtko Ursulin · 9 years ago
- 6863b76 drm/i915: Extract knowledge of register forcewake domains by Tvrtko Ursulin · 9 years ago
- 4e1176d drm/i915: Do not serialize forcewake acquire across domains by Tvrtko Ursulin · 9 years ago
- 33c582c drm/i915: Simplify for_each_fw_domain iterators by Tvrtko Ursulin · 9 years ago
- a57a4a6 drm/i915: Use consistent forcewake auto-release timeout across kernel configs by Tvrtko Ursulin · 9 years ago
- a056281 drm/i915: Get panel_type from OpRegion panel details by Ville Syrjälä · 9 years ago
- 3e845c7 drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_type by Ville Syrjälä · 9 years ago
- eeeebea drm/i915: Reject panel_type > 0xf from VBT by Ville Syrjälä · 9 years ago
- 7067780 drm/i915: Make GMBUS timeout message DRM_DEBUG_KMS by Ville Syrjälä · 9 years ago
- 3e4d44e drm/i915: Restore GMBUS operation after a failed bit-banging fallback by Ville Syrjälä · 9 years ago
- ade754e drm/i915: Protect force_bit with gmbus_mutex by Ville Syrjälä · 9 years ago
- f470b19 drm/i915/userptr: Store i915 backpointer for i915_mm_struct by Chris Wilson · 9 years ago
- 40313f0 drm/i915/userptr: Hold mmref whilst calling get-user-pages by Chris Wilson · 9 years ago
- 393afc2 drm/i915/userptr: Flush cancellations before mmu-notifier invalidate returns by Chris Wilson · 9 years ago
- ba3150a drm/i915: Update DRIVER_DATE to 20160411 by Daniel Vetter · 9 years ago
- 3970285 Merge tag 'v4.6-rc3' into drm-intel-next-queued by Daniel Vetter · 9 years ago
- fb8621d drm/i915: Avoid allocating a vmap arena for a single page by Chris Wilson · 9 years ago
- f2a85e1 drm,i915: Introduce drm_malloc_gfp() by Chris Wilson · 9 years ago
- eae2c43 drm/i915/shrinker: Restrict vmap purge to objects with vmaps by Chris Wilson · 9 years ago
- 0a798eb drm/i915: Refactor duplicate object vmap functions by Chris Wilson · 9 years ago
- d2cad53 drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj by Chris Wilson · 9 years ago
- 6d19245 drm/i915/dmabuf: Tighten struct_mutex for unmap_dma_buf by Chris Wilson · 9 years ago
- b1e429f drm/i915: implement WaClearTdlStateAckDirtyBits by Tim Gore · 9 years ago
- 25a5670 drm/i915/bxt: Reversed polarity of PORT_PLL_REF_SEL bit by Dongwon Kim · 9 years ago
- c0ead70 drm/i915: Rename hw state checker to hw state verifier. by Maarten Lankhorst · 9 years ago
- f6d1973 drm/i915: Move modeset state verifier calls. by Maarten Lankhorst · 9 years ago
- e7c8454 drm/i915: Make modeset state verifier take crtc as argument. by Maarten Lankhorst · 9 years ago
- 5dd8e50 drm/i915: Replace manual barrier() with READ_ONCE() in HWS accessor by Chris Wilson · 9 years ago
- 0d317ce drm/i915: Use simplest form for flushing the single cacheline in the HWS by Chris Wilson · 9 years ago
- 12471ba drm/i915: Harden detection of missed interrupts by Chris Wilson · 9 years ago
- c04e0f3 drm/i915: Separate out the seqno-barrier from engine->get_seqno by Chris Wilson · 9 years ago
- 9b9ed30 drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+ by Chris Wilson · 9 years ago
- 782f6bc drm/i915: Fixup the free space logic in ring_prepare by Akash Goel · 9 years ago
- cffa781 drm/i915: Simplify check for idleness in hangcheck by Chris Wilson · 9 years ago
- 7c90b7d drm/i915: Apply a mb between emitting the request and hangcheck by Chris Wilson · 9 years ago
- 0134712 drm/i915: Reset engine->last_submitted_seqno by Chris Wilson · 9 years ago
- a058d93 drm/i915: Reset semaphore page for gen8 by Chris Wilson · 9 years ago
- 8c12672 drm/i915: Refactor gen8 semaphore offset calculation by Chris Wilson · 9 years ago
- 29dcb57 drm/i915: Move the hw semaphore initialisation from GEM to the engine by Chris Wilson · 9 years ago
- d04bce4 drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno() by Chris Wilson · 9 years ago
- 2ed53a9 drm/i915: On GPU reset, set the HWS breadcrumb to the last seqno by Chris Wilson · 9 years ago
- 14fd0d6 drm/i915: Include engine->last_submitted_seqno in GPU error state by Chris Wilson · 9 years ago
- 6f0e753 drm/i915/BXT: Get pipe conf from the port registers by Ramalingam C · 9 years ago
- 43367ec drm/i915: Sharing the pixel_format_from_vbt to whole i915 by Ramalingam C · 9 years ago
- b13d8e2 drm/i915/dsi: use a temp variable for referencing the gpio table by Jani Nikula · 9 years ago
- 515d07d drm/i915/dsi: abstract VLV gpio element execution to a separate function by Jani Nikula · 9 years ago
- b0c91cd drm/i915/dsi: clean up vlv gpio table and definitions by Jani Nikula · 9 years ago
- 2d1fe07 drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev) by Joonas Lahtinen · 9 years ago
- 9458f4b drm/i915: Do not WARN_ON in i915_vm_to_ppgtt by Joonas Lahtinen · 9 years ago
- e5716f5 drm/i915: Use i915_vm_to_ppgtt instead of manual container_of by Joonas Lahtinen · 9 years ago
- fd8c61e Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
- 281c114 drm/i915/bxt: Set max cdclk frequency properly by Matt Roper · 9 years ago
- a280f7d drm/i915/skl+: Use plane size for relative data rate calculation by Kumar, Mahesh · 9 years ago
- d252bf6 drm/i915: Set invert bit for hpd based on VBT by Shubhangi Shrivastava · 9 years ago
- 4e27bd5 drm/i915: Update VBT fields for child devices by Shubhangi Shrivastava · 9 years ago
- 30aab18 Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 9 years ago
- 34440ed drm/nouveau/tegra: acquire and enable reference clock if needed by Alexandre Courbot · 9 years ago
- 4cf43e0 Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes by Dave Airlie · 9 years ago
- 915e846 Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 9 years ago
- 7c0ecda drm/amdgpu: total vram size also reduces pin size by Chunming Zhou · 9 years ago
- 5fd9f52 drm/i915: Set GPU freq to idle_freq initially by Ville Syrjälä · 9 years ago
- c30fec6 drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV by Ville Syrjälä · 9 years ago
- d761701 drm/i915/guc: always reset GuC before loading firmware by Dave Gordon · 9 years ago
- 6b332fa drm/i915/guc: reset GuC and retry on firmware load failure by Arun Siluvery · 9 years ago
- 168cf36 drm/i915/shrinker: Refactor common uninterruptible locking by Chris Wilson · 9 years ago
- e87666b drm/i915/shrinker: Hook up vmap allocation failure notifier by Chris Wilson · 9 years ago
- 6f0ac20 drm/i915/shrinker: Account for unshrinkable unbound pages by Chris Wilson · 9 years ago
- 7071af9 drm/i915/chv: add more IOSF port definitions by Jani Nikula · 9 years ago
- 1d96a4a drm/i915/dsi: add support for DSI sequence block v2 gpio element by Jani Nikula · 9 years ago
- 9162823 drm/amd/powerplay: add uvd/vce dpm enabling flag default. by Rex Zhu · 9 years ago
- 0168f78 drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI. by Rex Zhu · 9 years ago
- d23be4e drm/amdgpu: save and restore the firwmware cache part when suspend resume by Leo Liu · 9 years ago
- 3f99dd8 drm/amdgpu: save and restore UVD context with suspend and resume by Leo Liu · 9 years ago
- 166c5a6 gma500: remove annoying deprecation warning by Linus Torvalds · 9 years ago
- 4a2d057 Merge branch 'PAGE_CACHE_SIZE-removal' by Linus Torvalds · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 27af5ee drm/i915: Move execlists irq handler to a bottom half by Tvrtko Ursulin · 9 years ago
- 69c2565 drm: ARM HDLCD - fix an error code by Dan Carpenter · 9 years ago
- 61a6dcd drm: ARM HDLCD - get rid of devm_clk_put() by Alexey Brodkin · 9 years ago
- 183aec1 drm/i915/ddi: Silence compiler warning for unknown output type by Chris Wilson · 9 years ago
- a156e64 drm/i915: Show PCI power state under debugfs/i915_runtime_pm_status by Chris Wilson · 9 years ago
- 188c1ab drm/i915: Add struct_mutex locking for debugs/i915_gem_framebuffer by Chris Wilson · 9 years ago
- fca0ce2 drm/i915: Fix plane init failure paths by Ville Syrjälä · 9 years ago
- 5593946 drm/i915: Remove the "three times for luck" trick from vlv_enable_pll() by Ville Syrjälä · 9 years ago
- 7d1a83c drm/i915: assert_panel_unlocked() in chv_enable_pll() by Ville Syrjälä · 9 years ago
- 8bd3f30 drm/i915: Add a local pipe variable to vlv_enable_pll() by Ville Syrjälä · 9 years ago
- c231775 drm/i915: Implement WaPixelRepeatModeFixForC0:chv by Ville Syrjälä · 9 years ago
- 03ed5cb drm/i915: Make {vlv,chv}_{disable,update}_pll() more similar by Ville Syrjälä · 9 years ago
- 27878ed drm/i915: Throw out BUGs from DPLL/PCH functions by Ville Syrjälä · 9 years ago
- 5b421c5 drm/i915: Disable FDI RX before DDI_BUF_CTL by Ville Syrjälä · 9 years ago
- 5e916a3 drm/radeon: Only call drm_vblank_on/off between drm_vblank_init/cleanup by Michel Dänzer · 9 years ago
- fc387a0 drm/amdgpu: fence wait old rcu slot by Chunming Zhou · 9 years ago
- ab7e9c1 drm/amdgpu: fix leaking fence in the pageflip code by Christian König · 9 years ago
- 1f8628c drm/amdgpu: print vram type rather than just DDR by Alex Deucher · 9 years ago
- b634de4f drm/amdgpu/gmc: use proper register for vram type on Fiji by Alex Deucher · 9 years ago
- d1518a1 drm/amdgpu/gmc: move vram type fetching into sw_init by Alex Deucher · 9 years ago
- 354edd8 drm/amdgpu: Set vblank_disable_allowed = true by Michel Dänzer · 9 years ago
- 978ccad drm/radeon: Set vblank_disable_allowed = true by Michel Dänzer · 9 years ago
- e0c7716 drm/amd/powerplay: Need to change boot to performance state in resume. by Rex Zhu · 9 years ago