summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-03drm/i915/lrc: Update function names to match request flowChris Wilson2-12/+12
2016-08-03drm/i915: Unify request submissionChris Wilson7-48/+54
2016-08-03drm/i915: Move the modulus for ring emission to the register writeChris Wilson3-10/+20
2016-08-03drm/i915: Convert engine->write_tail to operate on a requestChris Wilson3-33/+36
2016-08-03drm/i915: Remove intel_ring_get_tail()Chris Wilson2-9/+4
2016-08-03drm/i915: Unify legacy/execlists emission of MI_BATCHBUFFER_STARTChris Wilson5-47/+50
2016-08-03drm/i915: Simplify request_alloc by returning the allocated requestChris Wilson8-140/+79
2016-08-03drm/i915: Reduce engine->emit_flush() to a single mode parameterChris Wilson7-64/+38
2016-08-03drm/i915: Remove obsolete engine->gpu_caches_dirtyChris Wilson8-121/+37
2016-08-03drm/i915: Rename intel_pin_and_map_ring()Chris Wilson3-24/+23
2016-08-03drm/i915: Rename residual ringbuf parametersChris Wilson2-36/+36
2016-08-03drm/i915: Rename struct intel_ringbuffer to struct intel_ringChris Wilson17-159/+157
2016-08-03drm/i915: Rename intel_context[engine].ringbufChris Wilson5-28/+25
2016-08-03drm/i915: Rename request->ringbuf to request->ringChris Wilson11-129/+125
2016-08-03drm/i915: Unify intel_logical_ring_emit and intel_ring_emitChris Wilson10-482/+450
2016-08-02drm/i915/gen9: Update i915_drpc_info debugfs for coarse pg & forcewake infoAkash Goel2-1/+23
2016-08-02drm/i915: cleanup_plane_fb: also drop reference to current state wait_reqKeith Packard1-0/+2
2016-08-02drm/i915: Warn about aux msg buffer vs. size mismatchVille Syrjälä1-2/+2
2016-08-02drm/i915: Program FW_BLC_SELF on 915G as wellVille Syrjälä1-1/+6
2016-08-02drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GMVille Syrjälä1-0/+3
2016-08-02drm/i915: Extract bdw_get_buf_trans_edp()Ville Syrjälä1-7/+13
2016-08-02drm/i915: Simplify intel_ddi_get_encoder_port()Ville Syrjälä1-28/+8
2016-08-02drm/i915: Get the iboost setting based on the port typeVille Syrjälä1-4/+3
2016-08-02drm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer programming apartVille Syrjälä3-32/+49
2016-08-02drm/i915: Explicitly use ddi buf trans entry 9 for hdmiVille Syrjälä1-2/+2
2016-08-02drm/i915: Move bxt_ddi_vswing_sequence() call into intel_ddi_pre_enable() for...Ville Syrjälä1-11/+4
2016-08-02drm/i915: Program iboost settings for HDMI/DVI on SKLVille Syrjälä1-11/+40
2016-08-02drm/i915: Name the "iboost bit"Ville Syrjälä2-1/+2
2016-08-02drm/i915: Fix iboost setting for DDI with 4 lanes on SKLVille Syrjälä2-13/+24
2016-08-02drm/i915: remove redundant fbc warningsMatthew Auld1-4/+1
2016-08-02drm/i915: Protect older gen against intel_gt_init_powersave()Chris Wilson1-1/+1
2016-08-01drm/i915/debugfs: Take runtime_pm ref for sseuDavid Weinehall1-1/+8
2016-07-29drm/i915: Add missing ring_mask to PineviewChris Wilson2-0/+2
2016-07-28drm/i915: Fix up some stray to_i915(dev) after a recent mergeChris Wilson1-1/+1
2016-07-28drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVBVille Syrjälä1-1/+2
2016-07-27drm/i915: Update a couple of hangcheck comments to talk about enginesChris Wilson1-3/+3
2016-07-27drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.cChris Wilson1-12/+12
2016-07-27drm/i915: Avoid using intel_engine_cs *ring for GPU error captureChris Wilson2-203/+208
2016-07-27drm/i915: Use engine to refer to the user's BSD intel_engine_csChris Wilson3-10/+11
2016-07-27drm/i915/cmdparser: Remove stray intel_engine_cs *ringChris Wilson7-61/+66
2016-07-27drm/i915: Wait up to 3ms for the pcu to ack the cdclk change request on SKLVille Syrjälä1-9/+1
2016-07-26drm/i915: Only drop the batch-pool's object referenceChris Wilson1-7/+6
2016-07-26drm/i915: Only clear the client pointer when tearing down the fileChris Wilson1-8/+2
2016-07-26drm/i915: Prefer list_first_entry_or_nullChris Wilson3-16/+13
2016-07-26drm/i915: Reduce breadcrumb lock coverage for intel_engine_enable_signaling()Chris Wilson1-9/+4
2016-07-25drm/i915: Update DRIVER_DATE to 20160725Daniel Vetter1-1/+1
2016-07-24drm/i915: Update the breadcrumb interrupt counter before enablingChris Wilson1-0/+7
2016-07-24drm/i915: Drop racy markup of missed-irqs from idle-workerChris Wilson1-4/+7
2016-07-21Revert "drm/i915: Enable RC6 immediately"Chris Wilson8-8/+105
2016-07-21drm/i915: Remove misleading CSR firmware loading docsDaniel Vetter1-7/+0