summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-20drm/i915: Remove ARBG/ABGR 2101010 on platform not supporting those formatsDamien Lespiau1-10/+7
2015-05-20drm/i915: Remove the COMMON_PRIMARY_FORMATS definesDamien Lespiau1-9/+8
2015-05-20drm/i915: Use uninterruptible mutex_lock for userptr bo creationChris Wilson1-4/+7
2015-05-20drm/i915: Preserve ddi_pll_sel when allocating new pipe_configAnder Conselvan de Oliveira1-0/+3
2015-05-20drm/i915: Dump some DPLL fields in pipe config debugTvrtko Ursulin1-0/+33
2015-05-20drm/i915: Don't overwrite (e)DP PLL selection on SKLAnder Conselvan de Oliveira3-2/+18
2015-05-20drm/i915/bios: be more explicit about discarding iomem address spaceJani Nikula1-7/+14
2015-05-20drm/i915: Output scaler related pipe config debug in a single lineTvrtko Ursulin1-3/+4
2015-05-20drm/i915/bios: abstract finding VBT in BIOS to a separate functionJani Nikula1-11/+18
2015-05-20drm/i915/bios: remove a redundant NULL pointer checkJani Nikula1-5/+0
2015-05-20drm/i915/skl: Remove unnecessary local variables in skl_plane_ctl*()Damien Lespiau1-45/+21
2015-05-20drm/i915/dsi: add support for DSI PLL N1 divisor valuesJani Nikula1-6/+11
2015-05-20drm/i915/skl: Documentation for CSR firmwareAnimesh Manna2-1/+59
2015-05-20drm/i915: Don't read dpcd for disconnected portsMika Kuoppala1-0/+3
2015-05-20drm/edid: fix a debug messageDan Carpenter1-1/+1
2015-05-20drm/i915: Make the sprite formats constDamien Lespiau1-3/+3
2015-05-20drm/i915: Don't use the intel_ prefix for gen-specific dataDamien Lespiau1-6/+6
2015-05-20drm/i915/skl: Support the advertized index formatDamien Lespiau1-0/+3
2015-05-20drm/i915/skl: Replace BUG() by MISSING_CASE() in skl_plane_ctl_format()Damien Lespiau1-1/+1
2015-05-20drm/i915/skl: Rename a local variable to fit in 80 charsDamien Lespiau1-13/+13
2015-05-20drm/i915/skl: Add a new line before returnDamien Lespiau1-0/+2
2015-05-20drm/i915/skl: Leave a new line between variable declarations and codeDamien Lespiau1-0/+3
2015-05-20drm/i915: clean up dsi pll calculationJani Nikula1-36/+17
2015-05-20drm/i915: don't register invalid gmbus pins for sklJani Nikula1-0/+10
2015-05-20drm/i915: don't register invalid gmbus pins for bdwJani Nikula1-0/+11
2015-05-20drm/i915: constify validate_vbt in VBT parsingJani Nikula1-24/+25
2015-05-20drm/i915: constify find_section in VBT parsingJani Nikula1-29/+31
2015-05-20drm/i915: Use HOTPLUG_INT_STATUS_G4X on VLV/CHVVille Syrjälä1-2/+2
2015-05-20drm/i915: Remove excess inline keywordsVille Syrjälä1-5/+5
2015-05-20drm/i915/gtt: Fix the boundary check for vm areaMika Kuoppala1-1/+1
2015-05-20drm/i915: Make scaler_id check in check_crtc_state work for all gensChandra Konduru1-6/+10
2015-05-20drm/i915: Fix race on unreferencing the wrong mmio-flip-requestChris Wilson3-24/+25
2015-05-20drm/i915: Ensure cache flushes prior to doing CS flipsChris Wilson1-0/+6
2015-05-20drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson3-29/+14
2015-05-20drm/i915: Warn when execlists changes context without IRQsPeter Antoine1-0/+6
2015-05-20drm/i915: call intel_tile_height with correct parameterChandra Konduru2-3/+3
2015-05-20drm/i915: Remove duplicated intel_tile_height declarationTvrtko Ursulin1-3/+0
2015-05-20drm/i915/chv: Set min freq to efficient frequency on chvDeepak S1-19/+2
2015-05-20drm/i915/chv: Extend set idle rps wa to chvDeepak S1-7/+0
2015-05-20drm/i915/vlv: Remove wait for for punit to updates freq.Deepak S1-30/+11
2015-05-20drm/i915: Be optimistic about future display engines having 7 WM levelsDamien Lespiau1-1/+1
2015-05-20drm/i915: Always keep crtc_state->active in sync with enableMaarten Lankhorst1-5/+13
2015-05-20drm/i915: Adding dbuf support for skl nv12 format.Chandra Konduru4-13/+88
2015-05-20drm/i915: Fix typo in intel_runtime_pm.cMasanari Iida1-2/+2
2015-05-20drm/i915: Remove unused variable from i915_gem_mmap_gttDaniel Vetter1-1/+0
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie547-4842/+6074
2015-05-20Merge tag 'drm-amdkfd-next-2015-05-19' of git://people.freedesktop.org/~gabba...Dave Airlie23-40/+1778
2015-05-20Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie15-274/+696
2015-05-19drm/amdkfd: change driver version to 0.7.2Oded Gabbay1-2/+2
2015-05-19drm/amdkfd: Implement events IOCTLsAndrew Lewycky1-5/+31