aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-21drm/i915: use i915_gem_object_put_unlocked() after releasing mutexDave Gordon1-1/+1
2016-07-21drm/i915: Enable RC6 immediatelyChris Wilson8-105/+8
2016-07-21drm/i915:gen9: restrict WaC6DisallowByGfxPauseTim Gore1-1/+3
2016-07-21drm/i915: rename & update eb_select_ring()Dave Gordon1-16/+16
2016-07-21drm/i915: rename 'ring' where it refers to an engine or engine_idDave Gordon4-11/+11
2016-07-21drm/i915: rename macro parameter(ring) to (engine)Dave Gordon3-27/+27
2016-07-20drm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSliceMika Kuoppala2-0/+8
2016-07-20drm/i915/gen9: Add WaInPlaceDecompressionHangMika Kuoppala3-0/+19
2016-07-20drm/i915: Convert i915_semaphores_is_enabled over to early sanitizeChris Wilson7-30/+34
2016-07-20drm/i915: Rename ring->virtual_start as ring->vaddrChris Wilson3-9/+8
2016-07-20drm/i915: Treat ringbuffer writes as write to normal memoryChris Wilson7-19/+35
2016-07-20drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...Chris Wilson7-12/+22
2016-07-20drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson18-54/+65
2016-07-20drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson8-12/+20
2016-07-20drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookupChris Wilson5-39/+56