summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-27drm/i915: Move rotation from intel_plane to drm_plane_stateMatt Roper5-42/+75
2015-01-27drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä4-81/+52
2015-01-27drm/i915: Add intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä2-12/+20
2015-01-27drm/i915: Add gt_act_freq_mhz sysfs fileVille Syrjälä1-1/+34
2015-01-27drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq changeVille Syrjälä1-22/+22
2015-01-27drm/i915: DRRS calls based on frontbufferVandana Kannan3-0/+56
2015-01-27drm/i915: Enable/disable DRRSVandana Kannan3-0/+59
2015-01-27drm/i915: Initialize DRRS delayed workVandana Kannan1-8/+30
2015-01-27drm/i915: Use symbolic irqreturn for ->hpd_pulseDaniel Vetter3-9/+13
2015-01-27drm/i915/dsi: add some constness to vbt panel driverJani Nikula1-8/+9
2015-01-27drm/i915/dsi: remove unnecessary dsi device callbacksJani Nikula3-92/+5
2015-01-27drm/i915/dsi: call wait_for_dsi_fifo_empty() for each dsi portJani Nikula2-19/+10
2015-01-27drm/i915/dsi: move wait_for_dsi_fifo_empty to intel_dsi.cJani Nikula3-17/+16
2015-01-27drm/i915/dsi: set max return packet size for each dsi portJani Nikula1-5/+5
2015-01-27drm/i915/dsi: call dpi_send_cmd() for each dsi port at a higher levelJani Nikula3-19/+16
2015-01-27drm/i915: Change VLV WIZ hashing mode to 16x4Ville Syrjälä1-0/+11
2015-01-27drm/i915: Change CHV WIZ hashing mode to 16x4Ville Syrjälä1-0/+12
2015-01-27drm/i915: Drop some more CHV pre-production workaroundsVille Syrjälä1-5/+1
2015-01-27drm/i915: Implement Wa4x4STCOptimizationDisable:chvVille Syrjälä1-0/+4
2015-01-27drm/i915: Simplify flush_cpu_write_domainDaniel Vetter1-8/+6
2015-01-27drm/i915: Use sizeof(*fb) not sizeof(struct ...) in get_initial_plane_config()Damien Lespiau1-3/+3
2015-01-27drm/i915: Fix kzalloc() smatch warnings in get_initial_plane_config()Damien Lespiau1-6/+15
2015-01-27drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson2-22/+10
2015-01-27drm/i915: Rename unpin_count to pin_countMika Kuoppala2-7/+7
2015-01-27drm/i915: Balance context pinning on reset cleanupMika Kuoppala2-0/+5
2015-01-27drm/i915: add I915_PARAM_HAS_BSD2 to i915_getparamZhipeng Gong1-0/+3
2015-01-27drm/i915: Specify bsd rings through exec flagZhipeng Gong1-2/+24
2015-01-27drm/i915: Rename plane_config to initial_plane_configDamien Lespiau4-23/+33
2015-01-27drm/i915/skl: Provide a Skylake version of get_plane_config()Damien Lespiau1-7/+107
2015-01-27drm/i915/skl: intel_format_to_fourcc() doesn't work for SKL planesDamien Lespiau1-3/+3
2015-01-27drm/i915: Make intel_format_to_fourcc() staticDamien Lespiau2-2/+1
2015-01-27drm/i915: Use pipe_name() in the get_plane_config() functionsDamien Lespiau1-6/+8
2015-01-27drm/i915: Don't use crtc->plane in ILK+ get_config()Damien Lespiau1-8/+8
2015-01-27drm/i915: Unclutter the get_plane() functionsDamien Lespiau1-34/+27
2015-01-27drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau3-9/+15
2015-01-27drm/i915: Change plane_config to store a tiling_modeDamien Lespiau3-11/+10
2015-01-27drm/i915/skl: Gen9 coarse power gatingZhe Wang2-0/+11
2015-01-27drm/i915/skl: Retrieve the frequency limitsDamien Lespiau1-0/+2
2015-01-27drm/i915/skl: add turbo supportJesse Barnes1-0/+30
2015-01-27drm/i915/skl: Adding power domains for AUX controllersSatheeshakrishna M3-0/+27
2015-01-27drm/i915: Rename i915_gen6_forcewake_count_infoMika Kuoppala1-3/+3
2015-01-27drm/i915: Enum forcewake domains and domain identifiersMika Kuoppala2-43/+49
2015-01-27drm/i915: Rename the forcewake get/put functionsMika Kuoppala9-52/+58
2015-01-27drm/i915: Make vlv and chv forcewake put generic.Mika Kuoppala1-11/+5
2015-01-27drm/i915: Consolidate forcewake codeMika Kuoppala3-270/+215
2015-01-27drm/i915: Reduce duplicated forcewake logicChris Wilson3-318/+246
2015-01-27drm/i915: Skip uncore lock on earlier gensChris Wilson1-67/+91
2015-01-27drm/i915: Assert that runtime pm is active on user fw accessChris Wilson4-120/+30
2015-01-27drm/i915: Rebalance runtime pm vs forcewakeChris Wilson2-14/+9
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath5-62/+49