aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-29drm/i915/documentation: Add intel_uncore.c to drm.tmplMika Kuoppala1-0/+1
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula4-120/+0
2015-01-29drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula3-41/+37
2015-01-29drm/i915/dsi: remove old read/write functions in favor of new stuffJani Nikula2-331/+0
2015-01-29drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfersJani Nikula1-18/+34
2015-01-29drm/i915/dsi: add drm mipi dsi host supportJani Nikula4-4/+180
2015-01-29drm/i915/dsi: switch to drm_panel interfaceJani Nikula4-119/+157
2015-01-28drm/i915/skl: Enabling PSR on SkylakeSonika Jindal3-3/+31
2015-01-28Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson1-1/+1
2015-01-28drm/i915: Be consistent on printing seqnosMika Kuoppala1-4/+4
2015-01-28drm/i915: Display current hangcheck status in debugfsChris Wilson1-0/+36
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson5-18/+32
2015-01-28agp/intel: Serialise after GTT updatesChris Wilson1-7/+7
2015-01-27drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in commentKumar Amit Mehta1-1/+1
2015-01-27drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)Matt Roper3-0/+14
2015-01-27drm/i915: Switch plane properties to full atomic helper.Matt Roper3-27/+11
2015-01-27drm/i915: Add crtc state duplication/destruction functionsMatt Roper3-0/+40
2015-01-27drm/i915: Add atomic_get_property entrypoint for connectors (v2)Matt Roper11-0/+51
2015-01-27drm/i915: Setup dummy atomic state for connectors (v3)Matt Roper10-0/+50
2015-01-27drm/i915: Add main atomic entrypoints (v2)Matt Roper4-0/+174
2015-01-27drm/i915: Add .atomic_{get, set}_property() entrypoints to planesMatt Roper3-0/+68
2015-01-27drm/i915: Consolidate plane handler vtablesMatt Roper3-22/+5
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 Gong2-0/+4
2015-01-27drm/i915: Specify bsd rings through exec flagZhipeng Gong2-3/+31
2015-01-27drm/i915: Rename plane_config to initial_plane_configDamien Lespiau4-23/+33