summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()Damien Lespiau2015-01-271-3/+3
* drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()Damien Lespiau2015-01-271-6/+15
* drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson2015-01-272-22/+10
* drm/i915: Rename unpin_count to pin_countMika Kuoppala2015-01-272-7/+7
* drm/i915: Balance context pinning on reset cleanupMika Kuoppala2015-01-272-0/+5
* drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparamZhipeng Gong2015-01-271-0/+3
* drm/i915: Specify bsd rings through exec flagZhipeng Gong2015-01-271-2/+24
* drm/i915: Rename plane_config to initial_plane_configDamien Lespiau2015-01-274-23/+33
* drm/i915/skl: Provide a Skylake version of get_plane_config()Damien Lespiau2015-01-271-7/+107
* drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planesDamien Lespiau2015-01-271-3/+3
* drm/i915: Make intel_format_to_fourcc() staticDamien Lespiau2015-01-272-2/+1
* drm/i915: Use pipe_name() in the get_plane_config() functionsDamien Lespiau2015-01-271-6/+8
* drm/i915: Don't use crtc->plane in ILK+ get_config()Damien Lespiau2015-01-271-8/+8
* drm/i915: Unclutter the get_plane() functionsDamien Lespiau2015-01-271-34/+27
* drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau2015-01-273-9/+15
* drm/i915: Change plane_config to store a tiling_modeDamien Lespiau2015-01-273-11/+10
* drm/i915/skl: Gen9 coarse power gatingZhe Wang2015-01-272-0/+11
* drm/i915/skl: Retrieve the frequency limitsDamien Lespiau2015-01-271-0/+2
* drm/i915/skl: add turbo supportJesse Barnes2015-01-271-0/+30
* drm/i915/skl: Adding power domains for AUX controllersSatheeshakrishna M2015-01-273-0/+27
* drm/i915: Rename i915_gen6_forcewake_count_infoMika Kuoppala2015-01-271-3/+3
* drm/i915: Enum forcewake domains and domain identifiersMika Kuoppala2015-01-272-43/+49
* drm/i915: Rename the forcewake get/put functionsMika Kuoppala2015-01-279-52/+58
* drm/i915: Make vlv and chv forcewake put generic.Mika Kuoppala2015-01-271-11/+5
* drm/i915: Consolidate forcewake codeMika Kuoppala2015-01-273-270/+215
* drm/i915: Reduce duplicated forcewake logicChris Wilson2015-01-273-318/+246
* drm/i915: Skip uncore lock on earlier gensChris Wilson2015-01-271-67/+91
* drm/i915: Assert that runtime pm is active on user fw accessChris Wilson2015-01-274-120/+30
* drm/i915: Rebalance runtime pm vs forcewakeChris Wilson2015-01-272-14/+9
* drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath2015-01-275-62/+49
* drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath2015-01-274-39/+52
* drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-278-28/+29
* drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath2015-01-272-7/+30
* drm/i915: Keep drm_crtc->state in sync with intel_crtc->configAnder Conselvan de Oliveira2015-01-271-0/+1
* drm/i915: Improve how the memory for crtc state is allocatedAnder Conselvan de Oliveira2015-01-272-5/+16
* drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira2015-01-2721-262/+270
* drm/i915: Use local pipe_config varariable when availableAnder Conselvan de Oliveira2015-01-271-3/+3
* drm/i915: Pass new_config down do crtc_compute_clockAnder Conselvan de Oliveira2015-01-274-75/+94
* drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira2015-01-2720-164/+157
* drm/i915: Rename struct intel_crtc_config to intel_crtc_stateAnder Conselvan de Oliveira2015-01-2715-101/+101
* drm/i915: Modifying structures related to DRRSVandana Kannan2015-01-273-53/+47
* drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg'Ville Syrjälä2015-01-271-4/+4
* drm/i915: Drop VLV checks from rc6p and rc6pp sysfs filesVille Syrjälä2015-01-271-4/+0
* Revert "Revert "drm/i915/chv: Use timeout mode for RC6 on chv""Ville Syrjälä2015-01-271-2/+3
* drm/i915: Configure GEN6_RP_DOWN_TIMEOUT on CHVVille Syrjälä2015-01-271-0/+1
* drm/i915: Change VLV GEN6_RP_DOWN_TIMEOUT value to decimalVille Syrjälä2015-01-271-1/+1
* drm/i915: Disable RC6 before configuring in on VLV/CHVVille Syrjälä2015-01-271-0/+6
* drm/i915: New offset for reading frequencies on CHV.Deepak S2015-01-272-7/+56
* drm/i915: Increase the range of sideband address.Deepak S2015-01-272-4/+4
* drm/i915/chv: Populate total EU count on CherryviewDeepak S2015-01-273-0/+23