summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/icl: Program DSI Escape clock DividerMadhav Chauhan2018-07-061-0/+1
* drm/i915/dsi: rename the current DSI files based on first platformJani Nikula2018-07-061-3/+3
* drm/i915/selftests: Refactor common flush_test()Chris Wilson2018-05-081-1/+2
* drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson2018-05-031-1/+1
* drm/i915: Disable some extra clang warningsMatthias Kaehlcke2018-05-021-0/+4
* drm/i915: Move a bunch of workaround-related code to its own fileOscar Mateo2018-04-111-1/+2
* drm/i915/perf: enable perf support on ICLLionel Landwerlin2018-03-291-1/+2
* drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li2018-03-141-1/+2
* drm/i915: Warn against variable length arraysChris Wilson2018-03-131-1/+1
* drm/i915: add query uAPILionel Landwerlin2018-03-081-0/+1
* drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symme...Sagar Arun Kamble2018-03-021-1/+2
* Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen2018-03-011-0/+1
|\
| * Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-011-0/+1
| |\
| * \ Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-mi...Dave Airlie2018-02-161-0/+1
| |\ \
| | * | drm/i915: Add HDCP framework + base implementationSean Paul2018-01-081-0/+1
* | | | drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson2018-02-211-1/+1
| |_|/ |/| |
* | | drm/i915: Disable unused-but-set compiler warningChris Wilson2018-02-081-0/+1
|/ /
* / drm/i915/guc : Decoupling ADS and logs from submissionSujaritha Sundaresan2018-01-031-0/+1
|/
* Merge tag 'drm-intel-next-2017-12-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-071-0/+1
|\
| * drm/i915/pmu: Expose a PMU interface for perf queriesTvrtko Ursulin2017-11-221-0/+1
* | Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2017-12-041-5/+26
|\|
| * drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|hSagar Arun Kamble2017-11-161-3/+3
| * drm/i915/perf: enable perf support on CNLLionel Landwerlin2017-11-131-1/+2
| * drm/i915/perf: add support for Coffeelake GT3Lionel Landwerlin2017-11-131-1/+2
| * drm/i915: Replace "cc-option -Wno-foo" with "cc-disable-warning foo"Chris Wilson2017-10-301-6/+6
| * drm/i915: Add -Wall -Wextra to our build, set warnings to fullChris Wilson2017-10-261-1/+20
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-4/+6
|\|
| * drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.cMichal Wajdeczko2017-10-161-1/+1
| * drm/i915: introduce simple gemfsMatthew Auld2017-10-071-0/+1
| * drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-061-0/+1
| * drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko2017-10-041-0/+1
| * drm/i915/perf: add support for Coffeelake GT2Lionel Landwerlin2017-09-181-1/+2
| * drm/i915: Use correct path to trace includeThierry Reding2017-09-041-2/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* drm/i915: Split obj->cache_coherent to track r/wChris Wilson2017-08-151-0/+1
* drm/i915/perf: add GLK supportLionel Landwerlin2017-06-141-1/+2
* drm/i915/perf: add KBL supportLionel Landwerlin2017-06-141-1/+3
* drm/i915/perf: Add 'render basic' Gen8+ OA unit configsRobert Bragg2017-06-141-1/+7
* drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko2017-05-261-0/+1
* drm/i915: Squash repeated awaits on the same fenceChris Wilson2017-05-031-0/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-081-0/+3
|\
| * Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-0/+5
| |\
| * \ Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-241-2/+9
| |\ \
| * | | drm/i915: setup bridge for HDMI LPE audio driverJerome Anand2017-01-251-0/+3
* | | | drm/i915/dsi: rename intel_dsi_panel_vbt.c to intel_dsi_vbt.cJani Nikula2017-03-071-1/+1
| |_|/ |/| |
* | | drm/i915: Perform object clflushing asynchronouslyChris Wilson2017-02-221-0/+1
* | | drm/i915: Provide a hook for selftestsChris Wilson2017-02-131-0/+3
* | | drm/i915: Move most cdclk/rawclk related code to intel_cdclk.cVille Syrjälä2017-02-081-0/+1
| |/ |/|
* | drm/i915/huc: Add HuC fw loading supportAnusha Srivatsa2017-01-191-0/+1
* | drm/i915/guc: Move GuC log related functions into dedicated fileMichal Wajdeczko2017-01-181-0/+1