summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-22drm/i915: Drop some more CHV pre-production workaroundsVille Syrjälä1-5/+1
2015-01-22drm/i915: Implement Wa4x4STCOptimizationDisable:chvVille Syrjälä1-0/+4
2015-01-21drm/i915: Simplify flush_cpu_write_domainDaniel Vetter1-8/+6
2015-01-21drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()Damien Lespiau1-3/+3
2015-01-21drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()Damien Lespiau1-6/+15
2015-01-21drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson2-22/+10
2015-01-21drm/i915: Rename unpin_count to pin_countMika Kuoppala2-7/+7
2015-01-21drm/i915: Balance context pinning on reset cleanupMika Kuoppala2-0/+5
2015-01-21drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparamZhipeng Gong1-0/+3
2015-01-21drm/i915: Specify bsd rings through exec flagZhipeng Gong1-2/+24
2015-01-20drm/i915: Rename plane_config to initial_plane_configDamien Lespiau4-23/+33
2015-01-20drm/i915/skl: Provide a Skylake version of get_plane_config()Damien Lespiau1-7/+107
2015-01-20drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planesDamien Lespiau1-3/+3
2015-01-20drm/i915: Make intel_format_to_fourcc() staticDamien Lespiau2-2/+1
2015-01-20drm/i915: Use pipe_name() in the get_plane_config() functionsDamien Lespiau1-6/+8
2015-01-20drm/i915: Don't use crtc->plane in ILK+ get_config()Damien Lespiau1-8/+8
2015-01-20drm/i915: Unclutter the get_plane() functionsDamien Lespiau1-34/+27
2015-01-20drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau3-9/+15
2015-01-20drm/i915: Change plane_config to store a tiling_modeDamien Lespiau3-11/+10
2015-01-20drm/i915/skl: Gen9 coarse power gatingZhe Wang2-0/+11
2015-01-20drm/i915/skl: Retrieve the frequency limitsDamien Lespiau1-0/+2
2015-01-20drm/i915/skl: add turbo supportJesse Barnes1-0/+30
2015-01-20drm/i915/skl: Adding power domains for AUX controllersSatheeshakrishna M3-0/+27
2015-01-20drm/i915: Rename i915_gen6_forcewake_count_infoMika Kuoppala1-3/+3
2015-01-20drm/i915: Enum forcewake domains and domain identifiersMika Kuoppala2-43/+49
2015-01-20drm/i915: Rename the forcewake get/put functionsMika Kuoppala9-52/+58
2015-01-20drm/i915: Make vlv and chv forcewake put generic.Mika Kuoppala1-11/+5
2015-01-20drm/i915: Consolidate forcewake codeMika Kuoppala3-270/+215
2015-01-20drm/i915: Reduce duplicated forcewake logicChris Wilson3-318/+246
2015-01-20drm/i915: Skip uncore lock on earlier gensChris Wilson1-67/+91
2015-01-20drm/i915: Assert that runtime pm is active on user fw accessChris Wilson4-120/+30
2015-01-20drm/i915: Rebalance runtime pm vs forcewakeChris Wilson2-14/+9
2015-01-20drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath5-62/+49
2015-01-20drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath4-39/+52
2015-01-20drm/i915: Removed duplicate members from submit_requestNick Hoath8-28/+29
2015-01-20drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath2-7/+30
2015-01-20drm/i915: Keep drm_crtc->state in sync with intel_crtc->configAnder Conselvan de Oliveira1-0/+1
2015-01-20drm/i915: Improve how the memory for crtc state is allocatedAnder Conselvan de Oliveira2-5/+16
2015-01-20drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira21-262/+270
2015-01-20drm/i915: Use local pipe_config varariable when availableAnder Conselvan de Oliveira1-3/+3
2015-01-20drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira4-75/+94
2015-01-20drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira20-164/+157
2015-01-20drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira15-101/+101
2015-01-20drm/i915: Modifying structures related to DRRSVandana Kannan3-53/+47
2015-01-20drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg'Ville Syrjälä1-4/+4
2015-01-20drm/i915: Drop VLV checks from rc6p and rc6pp sysfs filesVille Syrjälä1-4/+0
2015-01-20Revert "Revert "drm/i915/chv: Use timeout mode for RC6 on chv""Ville Syrjälä1-2/+3
2015-01-20drm/i915: Configure GEN6_RP_DOWN_TIMEOUT on CHVVille Syrjälä1-0/+1
2015-01-20drm/i915: Change VLV GEN6_RP_DOWN_TIMEOUT value to decimalVille Syrjälä1-1/+1
2015-01-20drm/i915: Disable RC6 before configuring in on VLV/CHVVille Syrjälä1-0/+6