deliverable/linux.git
2014-12-10  Ville Syrjälädrm/i915: Allocate the pipe_crc->entires with kcalloc()
2014-12-10  Ville Syrjälädrm/i915: Protect pipe_crc->entries update
2014-12-10  Ville Syrjälädrm/i915: Fix CRC support for DP port D on CHV
2014-12-10  Ville Syrjälädrm/i915: Engage the DP scramble reset for pipe C on CHV
2014-12-10  Damien Lespiaudrm/i915: Add headers to the various render state
2014-12-10  Rodrigo Vividrm/i915: Introduce FBC DocBook.
2014-12-10  Gaurav K Singhdrm/i915: Software workaround for getting the HW status...
2014-12-10  Gaurav K Singhdrm/i915: Enable MIPI PHY transparent latch for DSI...
2014-12-10  Gaurav K Singhdrm/i915: Use DSI Pll1 for enabling MIPI DSI on Port C
2014-12-10  Michael H.... drm/i915: Add MI_SET_APPID cmd to cmd parser tables
2014-12-10  Rodrigo Vividrm/i915: Move FBC stuff to intel_fbc.c
2014-12-08  Daniel Vetterdrm/i915: Check mask/bit helper functions
2014-12-08  Daniel Vetterdrm/i915: Move golden context init into ->init_context
2014-12-08  Rickard Strandqvistgpu: drm: i915: intel_display.c: Remove unused function
2014-12-06  John Harrisondrm/i915: Additional request structure tracing
2014-12-06  John Harrisondrm/i915: Add unique id to the request structure for...
2014-12-06  John Harrisondrm/i915: Zero fill the request structure
2014-12-06  John Harrisondrm/i915: Fix up seqno -> request merge issues
2014-12-06  Matt Roperdrm/i915: Make all plane disables use 'update_plane...
2014-12-06  Matt Roperdrm/i915: Ensure state->crtc is non-NULL for plane...
2014-12-06  Matt Roperdrm/i915: Consolidate top-level .update_plane() handlers
2014-12-06  Matt Roperdrm/i915: Consolidate plane 'cleanup' operations (v3)
2014-12-06  Matt Roperdrm/i915: Consolidate plane 'prepare' functions (v2)
2014-12-06  Matt Roperdrm/i915: Make intel_plane_state subclass drm_plane_state
2014-12-06  Matt Roperdrm/i915: Introduce intel_prepare_cursor_plane() (v2)
2014-12-05  Gustavo Padovandrm/i915: remove intel_pipe_set_base() (v4)
2014-12-05  Gustavo Padovandrm/i915: remove intel_crtc_cursor_set_obj() (v5)
2014-12-05  Gustavo Padovandrm: add helper to get crtc timings (v5)
2014-12-05  Daniel Vetterdrm/i915: Update DRIVER_DATE to 20141205
2014-12-05  Michel Thierrydrm/i915/bdw: Add WaHdcDisableFetchWhenMasked
2014-12-05  Gaurav K Singhdrm/i915: Update the DSI enable path to support dual
2014-12-05  Gaurav K Singhdrm/i915: Update the DSI disable path to support dual...
2014-12-05  Gaurav K Singhdrm/i915: MIPI Timings related changes for dual link
2014-12-05  Gaurav K Singhdrm/i915: cck reg used for checking DSI Pll locked
2014-12-05  Gaurav K Singhdrm/i915: Enable DSI PLL for both DSI0 and DSI1 in...
2014-12-05  Gaurav K Singhdrm/i915: Dual link needs Shutdown and Turn on packet...
2014-12-05  Gaurav K Singhdrm/i915: Pixel Clock changes for DSI dual link
2014-12-05  Gaurav K Singhdrm/i915: Add support for port enable/disable for dual...
2014-12-05  Ville Syrjälädrm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_...
2014-12-05  Jani Nikuladrm/i915: release struct_mutex on the i915_gem_init_hw...
2014-12-04  Gaurav K Singhdrm/i915: Added port as parameter to the functions...
2014-12-04  Gaurav K Singhdrm/i915: New functions added for enabling & disabling...
2014-12-04  Damien Lespiaudrm/i915: Don't display nonsensical values in i915_ddb_...
2014-12-04  Tvrtko Ursulindrm/i915: Stop putting GGTT VMA at the head of the...
2014-12-03  Damien Lespiaudrm/i915/skl: Update the DDI translation values for...
2014-12-03  Daniel Vetterdrm/i915: Move init_unused_rings to gem_init_hw
2014-12-03  Thomas Danieldrm/i915: Fix startup failure in LRC mode after recent...
2014-12-03  Mika Kuoppaladrm/i915: Convert pxvid to extvid lookup table to a...
2014-12-03  Daniel Vetterdrm/i915: Flatten engine init control flow
2014-12-03  Ander Conselvan... drm/i915: Remove unnecessary goto in intel_primary_plan...
2014-12-03  Daniel Vetterdrm/i915: Only init engines once
2014-12-03  Daniel Vetterdrm/i915: Move intel_init_pipe_control out of engine...
2014-12-03  Daniel Vetterdrm/i915: s/init()/init_hw()/ in intel_engine_cs
2014-12-03  Dave Gordondrm/i915: Consolidate ring freespace calculations
2014-12-03  Dave Gordondrm/i915: Make ring freespace calculation more robust
2014-12-03  Jani Nikuladrm/i915/dsi: add ports to intel_dsi to describe the...
2014-12-03  Jani Nikuladrm/i915/dsi: clean up MIPI DSI pipe vs. port usage
2014-12-03  Ville Syrjälädrm/i915: Deal with video overlay on GPU reset
2014-12-03  John Harrisondrm/i915: Convert 'trace_irq' to use requests rather...
2014-12-03  Daniel Vetterdrm/i915: Remove redundant flip_work->flip_queued_ring
2014-12-03  John Harrisondrm/i915: Remove the now redundant 'obj->ring'
2014-12-03  John Harrisondrm/i915: Convert 'i915_seqno_passed' calls into 'i915_...
2014-12-03  John Harrisondrm/i915: Connect requests to rings at creation not...
2014-12-03  John Harrisondrm/i915: Convert 'ring_idle()' to use requests not...
2014-12-03  John Harrisondrm/i915: Convert trace functions from seqno to request
2014-12-03  John Harrisondrm/i915: Convert 'flip_queued_seqno' into 'flip_queued...
2014-12-03  John Harrisondrm/i915: Remove obsolete seqno parameter from 'i915_ad...
2014-12-03  John Harrisondrm/i915: Convert __wait_seqno() to __wait_request()
2014-12-03  John Harrisondrm/i915: Convert mmio_flip::seqno to struct request
2014-12-03  Daniel Vetterdrm/i915: Check locking in i915_gem_request_unreference
2014-12-03  Daniel Vetterdrm/i915: Convert i915_wait_seqno to i915_wait_request
2014-12-03  John Harrisondrm/i915: Convert 'last_flip_req' to be a request not...
2014-12-03  John Harrisondrm/i915: Make 'i915_gem_check_olr' actually check...
2014-12-03  John Harrisondrm/i915: Remove 'outstanding_lazy_seqno'
2014-12-03  John Harrisondrm/i915: Ensure requests stick around during waits
2014-12-03  John Harrisondrm/i915: Convert i915_gem_ring_throttle to use requests
2014-12-03  John Harrisondrm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
2014-12-03  John Harrisondrm/i915: Add helper functions to aid seqno -> request...
2014-12-03  John Harrisondrm/i915: Add reference count to request structure
2014-12-03  John Harrisondrm/i915: Ensure OLS & PLR are always in sync
2014-12-03  Damien Lespiaudrm/i915: Fix short description of intel_display_power_...
2014-12-03  Chris Wilsondrm/i915: Assert that we successfully downclock the...
2014-12-03  Daniel Vetterdrm/i915: Remove user pinning code
2014-12-03  Dave Gordondrm/i915: Don't read 'HEAD' MMIO register in LRC mode
2014-12-03  Dave Gordondrm/i915: Check for matching ringbuffer in logical_ring...
2014-12-03  Rodrigo Vividrm/i915: Enable PSR for Baytrail and Braswell.
2014-12-03  Rodrigo Vividrm/i915: VLV/CHV PSR debugfs.
2014-12-03  Rodrigo Vividrm/i915: VLV/CHV PSR Software timer mode
2014-12-03  Rodrigo Vividrm/i915: PSR VLV/CHV: Introduce setup, enable and...
2014-12-03  Rodrigo Vividrm/i915: Add PSR registers for PSR VLV/CHV.
2014-12-03  Rodrigo Vividrm/i915: Remove intel_psr_is_enabled function.
2014-12-03  Rodrigo Vividrm/i915: remove PSR BDW single frame update.
2014-12-03  Rodrigo Vividrm/i915: PSR get full link off x standby from VBT
2014-12-03  Rodrigo Vividrm/i915: HSW/BDW PSR Set idle_frames = VBT + 1
2014-12-03  Rodrigo Vividrm/i915: Parse VBT PSR block.
2014-12-03  Damien Lespiaudrm/i915/skl: Implement the skl version of MMIO flips
2014-12-03  Damien Lespiaudrm/i915/skl: Read out crtl1 for eDP/DPLL0
2014-12-03  Ville Syrjälädrm/i915: Reject modeset when the same digital port...
2014-12-03  Imre Deakdrm/i915: mask RPS IRQs properly when disabling RPS
2014-12-03  Daniel Vetterdrm/i915: Tune down spurious CRC interrupt warning
next
This page took 0.084737 seconds and 5 git commands to generate.