]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2016-08-04 Chris Wilsondrm/i915: Update i915_gem_get_ggtt_size/_alignment...
2016-08-04 Chris Wilsondrm/i915: Update the GGTT size/alignment query functions
2016-08-04 Chris Wilsondrm/i915: Convert 4096 alignment request to 0 for drm_m...
2016-08-04 Chris Wilsondrm/i915: Split insertion/binding of an object into...
2016-08-04 Chris Wilsondrm/i915: Reduce WARN(i915_gem_valid_gtt_space) to...
2016-08-04 Chris Wilsondrm/i915: Pad GTT views of exec objects up to user...
2016-08-04 Chris Wilsondrm/i915: Fix up vma alignment to be u64
2016-08-04 Chris Wilsondrm/i915: Remove i915_gem_execbuffer_retire_commands()
2016-08-04 Chris Wilsondrm/i915: Remove request retirement before each batch
2016-08-04 Chris Wilsondrm/i915: Double check the active status on the batch...
2016-08-04 Chris Wilsondrm/i915: Remove surplus drm_device parameter to i915_g...
2016-08-04 Chris Wilsondrm/i915: Combine loops within i915_gem_evict_something
2016-08-04 Chris Wilsondrm/i915: Acquire audio powerwell for HD-Audio registers
2016-08-04 Ville Syrjälädrm/i915: Don't try to ack sink irqs when there are...
2016-08-04 Ville Syrjälädrm/i915: Remove useless rate_to_index() usage
2016-08-04 Ville Syrjälädrm/i915: Allow MST sinks to work even if drm_probe_ddc...
2016-08-04 Ville Syrjälädrm/i915: Track active streams also for DP SST
2016-08-04 Ville Syrjälädrm/i915: Reject mixing MST and SST/HDMI on the same...
2016-08-04 Ville Syrjälädrm/i915: Avoid mixing up SST and MST in DDI setup
2016-08-04 Ville Syrjälädrm/i915: Read PSR caps/intermediate freqs/etc. only...
2016-08-04 Chris Wilsondrm/i915: Add missing rpm wakelock to GGTT pread
2016-08-04 Chris Wilsondrm/i915/fbc: FBC causes display flicker when VT-d...
2016-08-04 Chris Wilsondrm/i915: Fix use of engine->index for register offset
2016-08-04 Chris WilsonRevert "drm/i915: Clean up associated VMAs on context...
2016-08-04 Chris Wilsondrm/i915: Mark the context and address space as closed
2016-08-04 Chris Wilsondrm/i915: Release vma when the handle is closed
2016-08-04 Chris Wilsondrm/i915: Track active vma requests
2016-08-04 Chris Wilsondrm/i915: i915_vma_move_to_active prep patch
2016-08-04 Chris Wilsondrm/i915: Move request list retirement to i915_gem_requ...
2016-08-04 Chris Wilsondrm/i915: Double check activity before relocations
2016-08-04 Chris Wilsondrm/i915: s/__i915_wait_request/i915_wait_request/
2016-08-04 Chris Wilsondrm/i915: Disable waitboosting for a saturated engine
2016-08-04 Chris Wilsondrm/i915: Move the special case wait-request handling...
2016-08-04 Chris Wilsondrm/i915: Convert intel_overlay to request tracking
2016-08-04 Chris Wilsondrm/i915: Track requests inside each intel_ring
2016-08-04 Chris Wilsondrm/i915: Refactor activity tracking for requests
2016-08-04 Chris Wilsondrm/i915: Remove obsolete i915_gem_object_flush_active()
2016-08-04 Chris Wilsondrm/i915: Rename request->list to link for consistency
2016-08-04 Chris Wilsondrm/i915: Refactor blocking waits
2016-08-04 Chris Wilsondrm/i915: Mark up i915_gem_active for locking annotation
2016-08-04 Chris Wilsondrm/i915: Prepare i915_gem_active for annotations
2016-08-04 Chris Wilsondrm/i915: Introduce i915_gem_active for request tracking
2016-08-04 Chris Wilsondrm/i915: Kill drop_pages()
2016-08-04 Chris Wilsondrm/i915: Be more careful when unbinding vma
2016-08-04 Chris Wilsondrm/i915: Count how many VMA are bound for an object
2016-08-04 Chris Wilsondrm/i915: Store owning file on the i915_address_space
2016-08-04 Chris Wilsondrm/i915: Rearrange GGTT probing to avoid needing a...
2016-08-04 Chris Wilsondrm/i915: Split early global GTT initialisation
2016-08-04 Chris Wilsondrm/i915: Update GGTT initialisation functions to take...
2016-08-04 Chris Wilsondrm/i915: Split GGTT initialisation between probing...
2016-08-04 Chris Wilsondrm/i915: Amalgamate GGTT/ppGTT vma debug list walkers
2016-08-03 Ville Syrjälädrm/i915: Clean up the extra RPM ref on CHV with i915...
2016-08-03 Chris Wilsondrm/i915: Move the common engine cleanup to intel_engin...
2016-08-02 Chris Wilsondrm/i915: Rename engine->semaphore.sync_to, engine...
2016-08-02 Chris Wilsondrm/i915: Simplify calling engine->sync_to
2016-08-02 Chris Wilsondrm/i915: Unify legacy/execlists submit_execbuf callbacks
2016-08-02 Chris Wilsondrm/i915: Refactor golden render state emission to...
2016-08-02 Chris Wilsondrm/i915: Remove duplicate golden render state init...
2016-08-02 Chris Wilsondrm/i915/ringbuffer: Specialise SNB+ request emission...
2016-08-02 Chris Wilsondrm/i915: Reuse legacy breadcrumbs + tail emission
2016-08-02 Chris Wilsondrm/i915: Stop passing caller's num_dwords to engine...
2016-08-02 Chris Wilsondrm/i915/lrc: Update function names to match request...
2016-08-02 Chris Wilsondrm/i915: Unify request submission
2016-08-02 Chris Wilsondrm/i915: Move the modulus for ring emission to the...
2016-08-02 Chris Wilsondrm/i915: Convert engine->write_tail to operate on...
2016-08-02 Chris Wilsondrm/i915: Remove intel_ring_get_tail()
2016-08-02 Chris Wilsondrm/i915: Unify legacy/execlists emission of MI_BATCHBU...
2016-08-02 Chris Wilsondrm/i915: Simplify request_alloc by returning the alloc...
2016-08-02 Chris Wilsondrm/i915: Reduce engine->emit_flush() to a single mode...
2016-08-02 Chris Wilsondrm/i915: Remove obsolete engine->gpu_caches_dirty
2016-08-02 Chris Wilsondrm/i915: Rename intel_pin_and_map_ring()
2016-08-02 Chris Wilsondrm/i915: Rename residual ringbuf parameters
2016-08-02 Chris Wilsondrm/i915: Rename struct intel_ringbuffer to struct...
2016-08-02 Chris Wilsondrm/i915: Rename intel_context[engine].ringbuf
2016-08-02 Chris Wilsondrm/i915: Rename request->ringbuf to request->ring
2016-08-02 Chris Wilsondrm/i915: Unify intel_logical_ring_emit and intel_ring_emit
2016-08-02 Akash Goeldrm/i915/gen9: Update i915_drpc_info debugfs for coarse...
2016-08-02 Keith Packarddrm/i915: cleanup_plane_fb: also drop reference to...
2016-08-02 Ville Syrjälädrm/i915: Warn about aux msg buffer vs. size mismatch
2016-08-02 Ville Syrjälädrm/i915: Program FW_BLC_SELF on 915G as well
2016-08-02 Ville Syrjälädrm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM...
2016-08-02 Ville Syrjälädrm/i915: Extract bdw_get_buf_trans_edp()
2016-08-02 Ville Syrjälädrm/i915: Simplify intel_ddi_get_encoder_port()
2016-08-02 Ville Syrjälädrm/i915: Get the iboost setting based on the port...
2016-08-02 Ville Syrjälädrm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer...
2016-08-02 Ville Syrjälädrm/i915: Explicitly use ddi buf trans entry 9 for...
2016-08-02 Ville Syrjälädrm/i915: Move bxt_ddi_vswing_sequence() call into...
2016-08-02 Ville Syrjälädrm/i915: Program iboost settings for HDMI/DVI on SKL
2016-08-02 Ville Syrjälädrm/i915: Name the "iboost bit"
2016-08-02 Ville Syrjälädrm/i915: Fix iboost setting for DDI with 4 lanes on SKL
2016-08-02 Matthew Aulddrm/i915: remove redundant fbc warnings
2016-08-02 Chris Wilsondrm/i915: Protect older gen against intel_gt_init_power...
2016-08-01 David Weinehalldrm/i915/debugfs: Take runtime_pm ref for sseu
2016-07-29 Chris Wilsondrm/i915: Add missing ring_mask to Pineview
2016-07-28 Chris Wilsondrm/i915: Fix up some stray to_i915(dev) after a recent...
2016-07-28 Ville Syrjälädrm/i915: Never fully mask the the EI up rps interrupt...
2016-07-27 Chris Wilsondrm/i915: Update a couple of hangcheck comments to...
2016-07-27 Chris Wilsondrm/i915: Remove stray intel_engine_cs ring identifiers...
2016-07-27 Chris Wilsondrm/i915: Avoid using intel_engine_cs *ring for GPU...
2016-07-27 Chris Wilsondrm/i915: Use engine to refer to the user's BSD intel_e...
next