drm/i915: Ensure state->crtc is non-NULL for plane updates
[firefly-linux-kernel-4.4.55.git] / drivers /
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
2014-12-03 Thomas Danieldrm/i915: Fix context object leak for legacy contexts
2014-12-03 Akash Goeldrm/i915/skl: Update in Gen9 multi-engine forcewake...
2014-12-03 Egbert Eichdrm/i915/eDP: When enabling panel VDD cancel pending...
2014-12-03 Daniel Vetterdrm/i915: Handle runtime pm in the CRC setup code
2014-12-03 Ville Syrjälädrm/i915: Disable crtcs gracefully before GPU reset...
2014-12-03 Ville Syrjälädrm/i915: Grab modeset locks for GPU rest on pre-ctg
2014-12-03 Ville Syrjälädrm/i915: Implement GPU reset for g33
2014-12-03 Ville Syrjälädrm/i915: Implement GPU reset for 915/945
2014-12-03 Ville Syrjälädrm/i915: Restore the display config after a GPU reset...
2014-12-03 Ville Syrjälädrm/i915: Fix gen4 GPU reset
2014-12-03 Daniel Vetterdrm/i915: Stop gathering error states for CS error...
2014-12-03 Daniel Vetterdrm/i915: Disallow pin ioctl completely for kms drivers
2014-12-03 Chris Wilsondrm/i915: Only warn the first time we attempt to mmio...
2014-12-03 Clint Taylordrm/i915/chv: Enable AVI, SPD and HDMI infoframes for...
2014-12-03 Ville Syrjälädrm/i915: Don't clobber crtc->new_config when nothing...
2014-12-02 Laurent Pinchartdrm: rcar-du: Fix NULL encoder pointer dereference
2014-12-02 Dave AirlieMerge tag 'drm-intel-next-2014-11-21-fixed' of git...
2014-12-02 Thomas Danieldrm/i915: Don't pin LRC in GGTT when dumping in debugfs
2014-12-02 Dave AirlieMerge branch 'linux-3.19' of git://anongit.freedesktop...
next