aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-06-05drm/i915: Fix comments mentioning typo in IS_ENABLED()Kees Cook3-5/+5
2020-06-05drm/i915/gem: Async GPU relocations onlyChris Wilson2-289/+27
2020-06-04drm/i915: Add psr_safest_paramsJosé Roberto de Souza3-9/+34
2020-06-04drm/i915/rkl: Disable PSR2José Roberto de Souza4-0/+21
2020-06-04drm/i915/rkl: Don't try to access transcoder DMatt Roper1-2/+6
2020-06-04drm/i915/rkl: Setup ports/physMatt Roper2-14/+24
2020-06-04drm/i915/tgl: Add HBR and HBR2+ voltage swing tableJosé Roberto de Souza1-8/+42
2020-06-04drm/i915: Fix wrong CDCLK adjustment changesStanislav Lisovskiy3-42/+55
2020-06-04drm/i915/rkl: Handle comp master/slave relationships for PHYsMatt Roper1-2/+23
2020-06-04drm/i915/rkl: Add DDC pin mappingMatt Roper1-1/+21
2020-06-04drm/i915/rkl: provide port/phy mapping for vbtLucas De Marchi1-21/+51
2020-06-04drm/i915/rkl: Set transcoder mask properlyMatt Roper1-0/+2
2020-06-04drm/i915/gt: Track if an engine requires forcewake w/aChris Wilson2-0/+15
2020-06-04drm/i915: Trim set_timer_ms() intervalsChris Wilson2-18/+13
2020-06-04drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson1-8/+48
2020-06-04drm/i915/tgl: Implement WA_16011163337Clint Taylor2-4/+9
2020-06-04drm/i915/selftests: Exercise all copy engines with the blt routinesChris Wilson5-24/+80
2020-06-04drm/i915/params: fix i915.reset module param typeJani Nikula1-1/+1
2020-06-03drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard1-9/+13
2020-06-03drm/i915: Replace some hand rolled max()sVille Syrjälä1-7/+2
2020-06-03drm/i915: Reverse preemph vs. voltage swing preferenceVille Syrjälä1-16/+16
2020-06-03drm/i915: Add {preemph,voltage}_max() vfuncsVille Syrjälä6-69/+49
2020-06-03drm/i915: Fix ivb cpu edp vswingVille Syrjälä1-12/+1
2020-06-03drm/i915: Fix ibx max vswing/preemphVille Syrjälä1-2/+2
2020-06-03drm/i915: Fix cpt/ppt max pre-emphasisVille Syrjälä1-4/+4
2020-06-03drm/i915: Drop i915_request.i915 backpointerChris Wilson17-49/+43
2020-06-03drm/i915/gt: Suppress the error message for GT init failure on error injectionChris Wilson1-2/+2
2020-06-02drm/i915/gt: Make the CTX_TIMESTAMP readable on !rcsChris Wilson1-1/+24
2020-06-02drm/i915: Identify Cometlake platformChris Wilson15-55/+140
2020-06-02drm/i915/selftests: Ignore autoincrementing timestamp on verfifying whitelistsChris Wilson1-0/+17
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds258-7308/+13479
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-06-02gup: document and work around "COW can break either way" issueLinus Torvalds1-0/+8
2020-06-02drm/i915/dsi: Dont forget to clean up the connector on error (v2)Vivek Kasireddy1-0/+1
2020-06-02Merge tag 'gvt-next-fixes-2020-05-28' of https://github.com/intel/gvt-linux i...Joonas Lahtinen1-1/+1
2020-06-02drm/i915/params: fix i915.fake_lmem_start module param sysfs permissionsJani Nikula1-1/+1
2020-06-02drm/i915/params: don't expose inject_probe_failure in debugfsJani Nikula1-1/+1
2020-06-02drm/i915: Whitelist context-local timestamp in the gen9 cmdparserChris Wilson1-0/+4
2020-06-02drm/i915: Fix global state use-after-frees with a refcountVille Syrjälä2-6/+42
2020-06-02drm/i915/params: prevent changing module params runtimeJani Nikula1-14/+24
2020-06-02drm/i915/params: fix i915.fake_lmem_start module param sysfs permissionsJani Nikula1-1/+1
2020-06-02drm/i915/params: don't expose inject_probe_failure in debugfsJani Nikula1-1/+1
2020-06-02drm/i915/gt: Move legacy context wa to intel_workaroundsChris Wilson2-28/+31
2020-06-02drm/i915/gt: Split low level gen2-7 CS emittersChris Wilson7-806/+901
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2020-06-01drm/i915: Whitelist context-local timestamp in the gen9 cmdparserChris Wilson1-0/+4
2020-06-01drm/i915/tgl: Update TC DP vswing tableJosé Roberto de Souza1-3/+3
2020-06-01drm/i915: Trim the ironlake+ irq handlerChris Wilson1-28/+29