| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | drm/i915: tidy up a few leftovers | Dave Gordon | 2016-01-21 | 3 | -35/+24 |
| * | | drm/i915: abolish separate per-ring default_context pointers | Dave Gordon | 2016-01-21 | 8 | -36/+31 |
| * | | drm/i915: simplify allocation of driver-internal requests | Dave Gordon | 2016-01-21 | 6 | -40/+74 |
| * | | drm/i915: Fix NULL plane->fb oops on SKL | Ville Syrjälä | 2016-01-20 | 1 | -1/+1 |
| * | | drm/i915: Do not put big intel_crtc_state on the stack | Tvrtko Ursulin | 2016-01-20 | 3 | -26/+46 |
| * | | Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)" | Matt Roper | 2016-01-20 | 6 | -241/+56 |
| * | | drm/i915: add DOC: headline to RC6 kernel-doc | Jani Nikula | 2016-01-20 | 1 | -0/+2 |
| * | | drm/i915: turn some bogus kernel-doc comments to normal comments | Jani Nikula | 2016-01-20 | 2 | -2/+2 |
| * | | drm/i915/sdvo: revert bogus kernel-doc comments to normal comments | Jani Nikula | 2016-01-20 | 1 | -38/+38 |
| * | | drm/i915/gen9: Correct max save/restore register count during gpu reset with GuC | Arun Siluvery | 2016-01-19 | 1 | -1/+1 |
| * | | drm/i915: Demote user facing DMC firmware load failure message | Chris Wilson | 2016-01-19 | 1 | -2/+7 |
| * | | drm/i915: use hlist_for_each_entry | Geliang Tang | 2016-01-18 | 1 | -5/+2 |
| * | | drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number | Ville Syrjälä | 2016-01-18 | 1 | -1/+1 |
| * | | drm/i915: Don't reject primary plane windowing with color keying enabled on SKL+ | Ville Syrjälä | 2016-01-18 | 1 | -5/+6 |
| * | | drm/i915/guc: Fix a memory leak where guc->execbuf_client is not freed | Alex Dai | 2016-01-18 | 1 | -1/+5 |
| * | | drm/i915: Cache LRC state page in the context | Tvrtko Ursulin | 2016-01-18 | 2 | -18/+22 |
| * | | drm/i915: Cache ringbuffer GTT VMA | Tvrtko Ursulin | 2016-01-18 | 3 | -2/+5 |
| * | | drm/i915: Do not call API requiring struct_mutex where it is not available | Tvrtko Ursulin | 2016-01-18 | 6 | -72/+103 |
| * | | drm/i915: Only grab timestamps when needed | Tvrtko Ursulin | 2016-01-18 | 1 | -5/+7 |
| * | | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued | Daniel Vetter | 2016-01-18 | 1183 | -28178/+85580 |
| |\ \
| | |/ |
|
| * | | drm/i915: Pass the dma_addr_t array as const to rotate_pages() | Ville Syrjälä | 2016-01-15 | 1 | -1/+1 |
| * | | drm/i915: Set i915_ggtt_view_normal type explicitly | Ville Syrjälä | 2016-01-15 | 1 | -2/+4 |
| * | | drm/i915: Don't leak framebuffer_references if drm_framebuffer_init() fails | Ville Syrjälä | 2016-01-15 | 1 | -1/+2 |
| * | | drm/i915/dp: fall back to 18 bpp when sink capability is unknown | Jani Nikula | 2016-01-15 | 1 | -5/+15 |
| * | | drm/i915/bios: Fix the sequence size calculations for MIPI seq v3 | Jani Nikula | 2016-01-15 | 1 | -3/+14 |
| * | | drm/i915: Make sure DC writes are coherent on flush. | Francisco Jerez | 2016-01-15 | 2 | -0/+3 |
| * | | drm/i915: Use the active wm config for merging on ILK-BDW | Ville Syrjälä | 2016-01-14 | 1 | -6/+26 |
| * | | drm/i915: Start WM computation from scratch on ILK-BDW | Ville Syrjälä | 2016-01-14 | 1 | -0/+1 |
| * | | drm/i915: add onoff utility function | Jani Nikula | 2016-01-14 | 5 | -34/+27 |
| * | | drm/i915: Refactor intel_surf_alignment() | Ville Syrjälä | 2016-01-13 | 1 | -24/+21 |
| * | | drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/ | Ville Syrjälä | 2016-01-13 | 3 | -30/+30 |
| * | | drm/i915: Use intel_tile_{size,width,height}() in intel_gen4_compute_page_off... | Ville Syrjälä | 2016-01-13 | 1 | -5/+10 |
| * | | drm/i915: change intel_fill_fb_ggtt_view() to use the real tile size | Ville Syrjälä | 2016-01-13 | 1 | -10/+14 |
| * | | drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width() | Ville Syrjälä | 2016-01-13 | 3 | -65/+34 |
| * | | drm/i915: Factor out intel_tile_width() | Ville Syrjälä | 2016-01-13 | 3 | -37/+54 |
| * | | drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset() | Ville Syrjälä | 2016-01-13 | 3 | -19/+18 |
| * | | drm/i915: use kobj_to_dev() | Geliang Tang | 2016-01-13 | 1 | -4/+4 |
| * | | drm/i915: Fix bsd2 ring name | Tvrtko Ursulin | 2016-01-13 | 1 | -1/+1 |
| * | | drm/i915: Compact logical ring interrupt initialization | Tvrtko Ursulin | 2016-01-13 | 1 | -20/+13 |
| * | | drm/i915: Extract vfunc setup from logical ring initializers | Tvrtko Ursulin | 2016-01-13 | 1 | -59/+29 |
| * | | drm/i915/gen8: Factor out display interrupt handling | Tvrtko Ursulin | 2016-01-13 | 1 | -22/+31 |
| * | | drm/i915/gen8: Tidy display interrupt processing | Tvrtko Ursulin | 2016-01-13 | 1 | -64/+67 |
| * | | drm/i915/gen9: Set PIN_ZONE_4G end to 4GB - 1 page | Michel Thierry | 2016-01-12 | 1 | -1/+1 |
| * | | drm/i915: Handle error paths during watermark sanitization properly (v3) | Matt Roper | 2016-01-12 | 1 | -4/+5 |
| * | | drm/i915: Only complain about n_edp_entries with eDP ports | Ville Syrjälä | 2016-01-12 | 1 | -2/+3 |
| * | | drm/i915: Use MI_BATCH_BUFFER_START on 830/845 | Ville Syrjälä | 2016-01-12 | 2 | -4/+5 |
| * | | drm/i915: Expect child dev size of 22 bytes for VBT < 106 | Ville Syrjälä | 2016-01-12 | 1 | -1/+3 |
| * | | drm/i915: Allow 27 bytes child_dev for VBT <109 | Ville Syrjälä | 2016-01-12 | 1 | -8/+11 |
| * | | drm/i915: Wait for pipe to start before sampling vblank timestamps on gen2 | Ville Syrjälä | 2016-01-12 | 1 | -0/+11 |
| * | | drm/i915: Cleanup phys status page too | Ville Syrjälä | 2016-01-12 | 1 | -4/+20 |