summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915/skl: Don't try to update plane watermarks if they haven't changedLyude2016-09-072-3/+13
* drm/i915: Remove 64b mmio write vfuncsChris Wilson2016-09-062-13/+9Star
* drm/i915: disable 48bit full PPGTT when vGPU is activeZhi Wang2016-09-061-3/+6
* drm/i915: enable vGPU detection for allPing Gao2016-09-061-3/+0Star
* drm/i915: Don't wait for a spinlock inside error captureChris Wilson2016-09-061-5/+20
* drm/i915/guc: revisit GuC loader message levelsDave Gordon2016-09-051-17/+17
* drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()Dave Gordon2016-09-051-11/+7Star
* drm: extra printk() wrapper macrosDave Gordon2016-09-051-6/+20
* drm/i915: debugfs/i915_gem_interrupt_info does not need struct_mutexChris Wilson2016-09-031-6/+1Star
* drm/i915: debugfs/i915_gem_seqno_info does not need rpm nor struct_mutexChris Wilson2016-09-031-10/+0Star
* drm/i915/bdw: sseu: Fix sseu status parsingImre Deak2016-09-021-1/+1
* drm/i915: sseu: Add debug printf for slice/subslice masksImre Deak2016-09-022-0/+6
* drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak2016-09-025-63/+55Star
* drm/i915: sseu: Convert slice count field to maskImre Deak2016-09-024-24/+23Star
* drm/i915: sseu: Simplify debugfs status/info printingImre Deak2016-09-021-30/+34
* drm/i915: sseu: Use sseu_dev_info in device infoImre Deak2016-09-027-87/+88
* drm/i915: sseu: Move sseu_dev_status to i915_drv.hImre Deak2016-09-022-42/+45
* drm/i915: Cleanup i915_param()David Weinehall2016-09-021-55/+32Star
* drm/i915: Drop mutex around clearing error stateChris Wilson2016-09-022-18/+2Star
* drm/i915: Update DRIVER_DATE to 20160902Daniel Vetter2016-09-021-1/+1
* drm/i915: Use atomic for dev_priv->mm.bsd_engine_dispatch_indexJoonas Lahtinen2016-09-013-8/+6Star
* drm/i915: Fix other intel_dp warnings too.Maarten Lankhorst2016-08-311-1/+3
* drm/i915/backlight: handle enabled but zero duty cycle at module loadJani Nikula2016-08-291-16/+24
* drm/i915: Fix intel_display_crc_init for !DEBUGFSMaarten Lankhorst2016-08-291-1/+1
* drm/i915: Add missing parameter to intel_dp_set_drrs_state documentation.Maarten Lankhorst2016-08-291-0/+1
* drm/i915: remove leftover for_each_intel_crtc_maskedJani Nikula2016-08-291-8/+0Star
* drm/i915: Make for_each_engine_masked() more compact and quickerChris Wilson2016-08-275-12/+21
* drm/i915: Tidy reporting busy status during i915_gem_retire_requests()Chris Wilson2016-08-271-6/+6
* drm/i915: Allow the user to pass a context to any ringChris Wilson2016-08-261-4/+1Star
* drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNBChris Wilson2016-08-261-0/+1
* drm/i915/debugfs: Add panel delays for eDPDavid Weinehall2016-08-261-2/+40
* drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmapsChris Wilson2016-08-264-0/+62
* drm/i915/skl: Update DDB values atomically with wms/plane attrsLyude2016-08-253-168/+132Star
* drm/i915: Move CRTC updating in atomic_commit into it's own hookLyude2016-08-252-22/+54
* drm/i915: Restore lost "Initialized i915" welcome messageChris Wilson2016-08-251-0/+5
* drm/i915: Force RC6 restore after system resume and resetChris Wilson2016-08-241-0/+2
* drm/i915: Suppress DRM_ERROR for D_COMP write on HaswellChris Wilson2016-08-241-1/+1
* Revert "drm/i915/fbc: Allow on unfenced surfaces, for recent gen"Chris Wilson2016-08-241-4/+2Star
* drm/i915: Eliminate redundant local variable definitionPandiyan, Dhinakaran2016-08-241-8/+3Star
* drm/i915/dp: Dump DP link status when link training stages failPandiyan, Dhinakaran2016-08-241-0/+11
* drm/i915/dp: Add debug messages to print DP link training patternPandiyan, Dhinakaran2016-08-241-6/+7
* drm/i915: free intel_fbMatthew Auld2016-08-241-1/+1
* drm/i915/dvo: Remove dangling call to drm_encoder_cleanup()Chris Wilson2016-08-241-1/+0Star
* drm/i915: Cleanup crt disable sequence on hsw+Maarten Lankhorst2016-08-244-58/+56Star
* drm/i915: Create a intel_encoder_find_connector helper function.Maarten Lankhorst2016-08-241-8/+13
* io-mapping: Fixup for different names of writecombineDaniel Vetter2016-08-241-0/+6
* io-mapping.h: s/PAGE_KERNEL_IO/PAGE_KERNEL/Chris Wilson2016-08-231-2/+2
* drm/i915/skl: Update plane watermarks atomically during plane updatesLyude2016-08-234-18/+67
* drm/i915: Use more atomic state in intel_color.cMaarten Lankhorst2016-08-231-10/+14
* drm/i915: Convert intel_dp to use atomic stateMaarten Lankhorst2016-08-233-69/+64Star