platform/kernel/linux-rpi.git
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to IS_BROADWATER/IS_CRESTLINE
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to HAS_FW_BLC
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to .get_fifo_size()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to i915_pineview_get_mem_freq...
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to IS_PINEVIEW()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to IS_MOBILE()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to .get_display_clock_speed()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to cdclk update funcs
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to intel_crtc_init()
2016-11-01 Ville Syrjälädrm/i915: Always use intel_get_crtc_for_pipe()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to intel_get_crtc_for_pipe()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to g4x wm functions
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to vlv force pll functions
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to intel_wait_for_vblank()
2016-11-01 Ville Syrjälädrm/i915: Store struct intel_crtc * in {pipe,plane...
2016-11-01 Ville Syrjälädrm/i915: Use struct intel_crtc in legacy platform...
2016-11-01 Ville Syrjälädrm/i915: Pass intel_crtc to update_wm functions
2016-11-01 Ville Syrjälädrm/i915: Pass intel_crtc to intel_crtc_active()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to skl_init_scalers()
2016-11-01 Ville Syrjälädrm/i915: Pass dev_priv to plane constructors
2016-11-01 Chris Wilsondrm/i915: Export a function to flush the context upon...
2016-11-01 Maarten Lankhorstdrm/i915/gen9+: Use the watermarks from crtc_state...
2016-11-01 Maarten Lankhorstdrm/i915/skl+: Clean up minimum allocations, v2.
2016-11-01 Maarten Lankhorstdrm/i915/skl+: Remove minimum block allocation from...
2016-11-01 Maarten Lankhorstdrm/i915/skl+: Remove data_rate from watermark struct...
2016-11-01 Maarten Lankhorstdrm/i915/gen9+: Use for_each_intel_plane_on_crtc in...
2016-11-01 Maarten Lankhorstdrm/i915/gen9+: Use cstate plane mask instead of crtc...
2016-11-01 Maarten Lankhorstdrm/i915/skl+: Prepare for removing data rate from...
2016-11-01 Chris Wilsondrm/i915: Improve lockdep tracking for obj->mm.lock
2016-11-01 Chris Wilsondrm/i915: Store the vma in an rbtree under the object
2016-11-01 Chris Wilsondrm/i915: Track pages pinned due to swizzling quirk
2016-11-01 Chris Wilsondrm/i915: Avoid accessing request->timeline outside...
2016-11-01 Chris Wilsondrm/i915: Move the recently scanned objects to the...
2016-11-01 Chris Wilsondrm/i915: Discard objects from mm global_list after...
2016-11-01 Chris Wilsondrm/i915: Use the full hammer when shutting down the...
2016-10-31 Ville Syrjälädrm/i915: Reorganize sprite init
2016-10-31 Ville Syrjälädrm/i915: Bail if plane/crtc init fails
2016-10-31 Ville Syrjälädrm/i915: Initialize planes in a reasonable order
2016-10-31 Ville Syrjälädrm/i915: Don't try to initialize sprite planes on...
2016-10-31 Chris Wilsondrm/i915: Mark up obj->mm.lock for shrinker
2016-10-29 Jani NikulaMAINTAINERS: drop dri-devel list for i915
2016-10-29 Lyudedrm/i915/vlv: Prevent enabling hpd polling in late...
2016-10-28 Chris Wilsondrm/i915: Enable multiple timelines
2016-10-28 Chris Wilsondrm/i915: Defer setting of global seqno on request...
2016-10-28 Chris Wilsondrm/i915: Reserve space in the global seqno during...
2016-10-28 Chris Wilsondrm/i915: Convert breadcrumbs spinlock to be irqsafe
2016-10-28 Chris Wilsondrm/i915: Create a unique name for the context
2016-10-28 Chris Wilsondrm/i915: Move the global sync optimisation to the...
2016-10-28 Chris Wilsondrm/i915: Defer breadcrumb emission
2016-10-28 Chris Wilsondrm/i915: Record space required for breadcrumb emission
2016-10-28 Chris Wilsondrm/i915: Rename ->emit_request to ->emit_breadcrumb
2016-10-28 Chris Wilsondrm/i915: Introduce a global_seqno for each request
2016-10-28 Chris Wilsondrm/i915: Wait first for submission, before waiting...
2016-10-28 Chris Wilsondrm/i915: Queue the idling context switch after all...
2016-10-28 Chris Wilsondrm/i915: Combine seqno + tracking into a global timeli...
2016-10-28 Chris Wilsondrm/i915: Restore nonblocking awaits for modesetting
2016-10-28 Chris Wilsondrm/i915: Move GEM activity tracking into a common...
2016-10-28 Chris Wilsondrm/i915: Use lockless object free
2016-10-28 Chris Wilsondrm/i915: Move object release to a freelist + worker
2016-10-28 Chris Wilsondrm/i915: Acquire the backing storage outside of struct...
2016-10-28 Chris Wilsondrm/i915: Implement pwrite without struct-mutex
2016-10-28 Chris Wilsondrm/i915: Implement pread without struct-mutex
2016-10-28 Chris Wilsondrm/i915/dmabuf: Acquire the backing storage outside...
2016-10-28 Chris Wilsondrm/i915: Move object backing storage manipulation...
2016-10-28 Chris Wilsondrm/i915: Pass around sg_table to get_pages/put_pages...
2016-10-28 Chris Wilsondrm/i915: Refactor object page API
2016-10-28 Chris Wilsondrm/i915: Use radixtree to jump start intel_partial_pages()
2016-10-28 Chris Wilsondrm/i915: Use a radixtree for random access to the...
2016-10-28 Chris Wilsondrm/i915: Markup GEM API with lockdep asserts
2016-10-28 Chris Wilsondrm/i915: Reuse the active golden render state batch
2016-10-28 Chris Wilsondrm/i915: Introduce an internal allocator for disposabl...
2016-10-28 Chris Wilsondrm/i915: Defer active reference until required
2016-10-28 Chris Wilsondrm/i915: Remove unused i915_gem_active_wait() in favou...
2016-10-28 Chris Wilsondrm/i915: Rearrange i915_wait_request() accounting...
2016-10-28 Chris Wilsondrm/i915: Remove superfluous wait_for_error() from...
2016-10-28 Chris Wilsondrm/i915: Allow i915_sw_fence_await_sw_fence() to allocate
2016-10-28 Chris Wilsondrm/i915: Support asynchronous waits on struct fence...
2016-10-28 Chris Wilsondrm/i915: Remove insert-page shortcut from execbuf...
2016-10-28 Matt Roperdrm/i915: Use macro in place of open-coded for_each_uni...
2016-10-28 Matt Roperdrm/i915: Rename for_each_plane -> for_each_universal_plane
2016-10-28 Navare, Manasi Ddrm/i915: Change the placement of some static functions...
2016-10-28 Ander Conselvan... drm/i915: Address broxton phy registers based on phy...
2016-10-28 Ander Conselvan... drm/i915: Add location of the Rcomp resistor to bxt_ddi...
2016-10-28 Ander Conselvan... drm/i915: Create a struct to hold information about...
2016-10-28 Ander Conselvan... drm/i915: Move broxton vswing sequence to intel_dpio_phy.c
2016-10-28 Ander Conselvan... drm/i915: Move DPIO phy documentation section to intel_...
2016-10-28 Ander Conselvan... drm/i915: Move broxton phy code to intel_dpio_phy.c
2016-10-28 Ander Conselvan... drm/i915: Pass lane count to bxt_ddi_phy_calc_lane_optm...
2016-10-28 Ander Conselvan... drm/i915: Explicitly map broxton DPIO power wells to...
2016-10-28 Ander Conselvan... drm/i915: Rename struct i915_power_well field data...
2016-10-28 Daniel VetterMerge remote-tracking branch 'airlied/drm-next' into...
2016-10-28 Dave AirlieMerge branch 'linux-4.9' of git://github.com/skeggsb...
2016-10-28 Dave AirlieMerge tag 'topic/drm-misc-2016-10-27' of git://anongit...
2016-10-28 Dave AirlieMerge branch 'drm-next-4.10' of git://people.freedeskto...
2016-10-27 Rex Zhudrm/amdgpu: turn on/off uvd clock when dpm enable/disab...
2016-10-27 Rex Zhudrm/amdgpu: disable dpm before turn off clock when...
2016-10-27 Rex Zhudrm/amdgpu: enable uvd bypass mode for CI/VI.
2016-10-27 Rex Zhudrm/amdgpu: just not load smc firmware if smu is alread...
2016-10-27 Rex Zhudrm/amdgpu: when suspend, set boot state instand of...
2016-10-27 Huang Ruidrm/amdgpu: use failed label to handle context init...
next