summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix the old vs. new epoch counter check during hotplug detectImre Deak2020-07-021-1/+3
* drm/i915: Send hotplug event if edid had changedStanislav Lisovskiy2020-06-301-10/+14
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-247-15/+47
|\
| * drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak2020-06-113-0/+30
| * drm: Nuke mode->vrefreshVille Syrjälä2020-05-274-11/+7
| * drm/i915: Introduce some local intel_dp variablesVille Syrjälä2020-05-261-6/+12
| * drm: Restore the NULL check for drm_gem_object_put()Chris Wilson2020-05-201-1/+1
| * drm/i915: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
| * drm/gem: fold drm_gem_object_put_unlocked and __drm_gem_object_put()Emil Velikov2020-05-191-1/+1
* | drm/i915/display: Fix the encoder type checkVandita Kulkarni2020-06-161-3/+3
* | drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionImre Deak2020-06-161-0/+1
* | drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-20/+22
* | drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-10/+14
* | drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-33/+41
* | drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-61/+59
* | drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-163-49/+63
* | drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson2020-06-162-37/+50
* | drm/i915/icl: Disable DIP on MST ports with the transcoder clock still onImre Deak2020-06-162-1/+11
* | drm/i915/gt: Incrementally check for rewindingChris Wilson2020-06-166-4/+154
* | drm/i915/tc: fix the reset of ln0Khaled Almahallawy2020-06-161-1/+1
* | drm/i915/gt: Prevent timeslicing into unpreemptable requestsChris Wilson2020-06-163-2/+119
* | drm/i915/selftests: Restore to default heartbeatChris Wilson2020-06-164-109/+67
* | drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann2020-06-151-0/+2
* | drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann2020-06-151-42/+42
* | drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson2020-06-151-6/+24
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-1/+1
|\ \
| * | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-111-1/+1
* | | Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-113-9/+52
|\ \ \
| * | | drm/i915/display: Only query DP state of a DDI encoderChris Wilson2020-06-091-0/+3
| * | | drm/i915/params: fix i915.reset module param typeJani Nikula2020-06-081-1/+1
| * | | drm/i915/gem: Mark the buffer pool as active for the cmdparserChris Wilson2020-06-081-8/+48
* | | | Merge branch 'uaccess.i915' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-115-58/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | i915:get_engines(): get rid of pointless access_ok()Al Viro2020-05-021-5/+0
| * | | i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro2020-05-021-3/+0
| * | | i915 compat ioctl(): just use drm_ioctl_kernel()Al Viro2020-05-021-9/+5
| * | | i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()Al Viro2020-05-022-31/+17
| * | | i915: switch query_{topology,engine}_info() to copy_to_user()Al Viro2020-05-021-10/+6
* | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-4/+4
* | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-6/+6
* | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* | | | Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-0811-159/+295
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'drm-intel-next-fixes-2020-06-04' of git://anongit.freedesktop.org/...Dave Airlie2020-06-0811-159/+295
| |\ \ \
| | * \ \ Merge tag 'gvt-next-fixes-2020-05-28' of https://github.com/intel/gvt-linux i...Joonas Lahtinen2020-06-021-1/+1
| | |\ \ \
| | | * | | drm/i915/gvt: Use ARRAY_SIZE for vgpu_typesAishwarya Ramakrishnan2020-05-191-1/+1
| | | * | | drm/i915: Mark check_shadow_context_ppgtt as maybe unusedNathan Chancellor2020-05-191-1/+1
| | * | | | drm/i915/params: fix i915.fake_lmem_start module param sysfs permissionsJani Nikula2020-06-021-1/+1
| | * | | | drm/i915/params: don't expose inject_probe_failure in debugfsJani Nikula2020-06-021-1/+1
| | * | | | drm/i915: Whitelist context-local timestamp in the gen9 cmdparserChris Wilson2020-06-021-0/+4
| | * | | | drm/i915: Fix global state use-after-frees with a refcountVille Syrjälä2020-06-022-6/+42
| | * | | | drm/i915: Check for awaits on still currently executing requestsChris Wilson2020-06-011-1/+48