summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pass down rc in intel_encoder->compute_config()Lyude Paul2019-01-1513-112/+122
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-01-1170-2006/+4728
|\
| * Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-108-34/+24
| |\
| * \ Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-01-056-5/+43
| |\ \
| | * \ Merge tag 'gvt-next-2018-12-07' of https://github.com/intel/gvt-linux into dr...Jani Nikula2018-12-116-5/+43
| | |\ \
| | | * | drm/i915/gvt: fix spelling mistake "Interupts" -> "Interrupts"Colin Ian King2018-12-071-1/+1
| | | * | drm/i915/gvt: Fix shadow ctx ppgtt destroy functionXiong Zhang2018-12-072-0/+37
| | | * | drm/i915/gvt: fix a typo: "registeration" -> "registration".Peng Hao2018-12-071-1/+1
| | | * | drm/i915/gvt: fix typo in two MI cmd annotationXinyun Liu2018-12-071-3/+3
| | | * | drm/i915/gvt: update force-to-nonpriv register whitelistZhao Yan2018-12-071-0/+1
| * | | | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-041-2/+13
| * | | | i915: fix missing user_access_end() in page fault exception caseLinus Torvalds2019-01-041-0/+1
| * | | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-036-13/+9
| * | | | Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-012-2/+2
| |\ \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | | \ \ \
| | *-----. \ \ \ Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-202-2/+2
| | |\ \ \ \ \ \ \
| | | | | * | | | | iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-122-2/+2
| | | | | |/ / / /
| * | | | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+6
| * | | | | | | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-282-3/+3
| * | | | | | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-25139-6870/+12974
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-12-071-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'drm-intel-next-2018-12-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-12-0653-1958/+4622
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | drm/i915: Update DRIVER_DATE to 20181204Jani Nikula2018-12-041-2/+2
| | | * | | | | | drm/i915/icl: fix transcoder state readoutJani Nikula2018-12-041-21/+31
| | | * | | | | | drm/i915: Allocate a common scratch pageChris Wilson2018-12-047-86/+74
| | | * | | | | | drm/i915: Trim unused workaround list entriesTvrtko Ursulin2018-12-041-1/+15
| | | * | | | | | drm/i915: Fuse per-context workaround handling with the common frameworkTvrtko Ursulin2018-12-049-209/+168
| | | * | | | | | drm/i915: Move register white-listing to the common workaround frameworkTvrtko Ursulin2018-12-046-73/+60
| | | * | | | | | drm/i915/selftests: Add tests for GT and engine workaround verificationTvrtko Ursulin2018-12-046-47/+214
| | | * | | | | | drm/i915: Verify GT workaround state after GPU initTvrtko Ursulin2018-12-044-0/+40
| | | * | | | | | drm/i915: Introduce per-engine workaroundsTvrtko Ursulin2018-12-045-119/+153
| | | * | | | | | drm/i915: Record GT workarounds in a listTvrtko Ursulin2018-12-045-168/+354
| | | * | | | | | drm/i915: change i915_sw_fence license to MITJonathan Gray2018-12-042-8/+4
| | | * | | | | | drm/i915: Complete the fences as they are cancelled due to wedgingChris Wilson2018-12-043-48/+30
| | | * | | | | | drm/i915/dp: Fix inconsistent indentingChris Wilson2018-12-041-7/+6
| | | * | | | | | drm/i915: Move display device info capabilities to its own structJosé Roberto de Souza2018-12-036-78/+103
| | | * | | | | | drm/i915: Add HAS_DISPLAY() and use itJosé Roberto de Souza2018-12-037-12/+14
| | | * | | | | | drm/i915/dp: Fix link compute m_n calc for DSCManasi Navare2018-12-031-1/+1
| | | * | | | | | drm/i915/sysfs: make attrs arrays constJani Nikula2018-12-031-2/+2
| | | * | | | | | drm/i915/vgpu: Disallow loading on old vGPU hostsChris Wilson2018-12-033-40/+22
| | | * | | | | | drm/i915/breadcrumbs: Reduce missed-breadcrumb false positive rateChris Wilson2018-12-031-5/+1
| | | * | | | | | drm/i915/icl: add pll mapping for DSIJani Nikula2018-12-031-0/+25
| | | * | | | | | drm/i915/icl: Ungate DSI clocksMadhav Chauhan2018-12-031-0/+19
| | | * | | | | | drm/i915/icl: Gate clocks for DSIMadhav Chauhan2018-12-031-0/+20
| | | * | | | | | drm/i915/icl: add dummy DSI GPIO element execution functionJani Nikula2018-12-031-1/+9
| | | * | | | | | drm/i915/icl: Define display GPIO pins for DSIMadhav Chauhan2018-12-031-0/+12
| | | * | | | | | drm/i915/icl: Define Panel power ctrl registerMadhav Chauhan2018-12-031-0/+11
| | | * | | | | | drm/i915/icl: Define missing bitfield for shortplug regMadhav Chauhan2018-12-031-0/+1
| | | * | | | | | drm/i915/icl: Get pipe timings for DSIMadhav Chauhan2018-12-031-1/+2