summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-11Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-9/+52
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+1
2020-06-10Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-58/+28
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse2-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-6/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09drm/i915/display: Only query DP state of a DDI encoderChris Wilson1-0/+3
2020-06-08Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-159/+295
2020-06-08drm/i915/params: fix i915.reset module param typeJani Nikula1-1/+1
2020-06-08drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson1-8/+48
2020-06-08Merge tag 'drm-intel-next-fixes-2020-06-04' of git://anongit.freedesktop.org/...Dave Airlie11-159/+295
2020-06-03drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard1-9/+13
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-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-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki1-1/+1
2020-06-01drm/i915: Check for awaits on still currently executing requestsChris Wilson1-1/+48
2020-06-01drm/i915/gt: Do not schedule normal requests immediately along virtualChris Wilson1-4/+21
2020-06-01drm/i915: Reorder await_execution before await_requestChris Wilson1-132/+132
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar35-188/+339
2020-05-25drm/i915/gem: Avoid iterating an empty listChris Wilson1-6/+9
2020-05-25drm/i915: Avoid using rq->engine after free during i915_fence_releaseChris Wilson1-2/+33
2020-05-25drm/i915: Disable semaphore inter-engine sync without timeslicingChris Wilson1-2/+2
2020-05-25drm/i915/gt: Remove errant assertion in __intel_context_do_pinChris Wilson1-2/+0
2020-05-25drm/i915: Don't set queue-priority hint when supressing the rescheduleChris Wilson1-8/+8
2020-05-21Merge tag 'drm-intel-next-fixes-2020-05-20' of git://anongit.freedesktop.org/...Dave Airlie3-13/+14
2020-05-20Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie100-1486/+2826
2020-05-19drm/i915: Fix AUX power domain toggling across TypeC mode resetsImre Deak1-2/+3
2020-05-19drm/i915: Mark check_shadow_context_ppgtt as maybe unusedNathan Chancellor1-1/+1
2020-05-19drm/i915: avoid unused scale_user_to_hw() warningArnd Bergmann1-10/+10
2020-05-19drm/i915/gvt: Use ARRAY_SIZE for vgpu_typesAishwarya Ramakrishnan1-1/+1
2020-05-19drm/i915: Mark check_shadow_context_ppgtt as maybe unusedNathan Chancellor1-1/+1
2020-05-15drm/i915: Update DRIVER_DATE to 20200515Joonas Lahtinen1-2/+2
2020-05-14drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä5-10/+17
2020-05-14drm/i915: Store CS timestamp frequency in HzVille Syrjälä6-30/+30
2020-05-14drm/i915: Nuke pointless div by 64bitVille Syrjälä1-6/+5
2020-05-14drm/i915: Enable SAGV support for Gen12Stanislav Lisovskiy1-4/+0
2020-05-14drm/i915: Restrict qgv points which don't have enough bandwidth.Stanislav Lisovskiy3-37/+162
2020-05-14drm/i915: Add TGL+ SAGV supportStanislav Lisovskiy3-19/+99
2020-05-14Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen7-12/+155
2020-05-14drm/i915/psr: Use new DP VSC SDP compute routine on PSRGwan-gyeong Mun4-43/+26