summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-06-18drm/vmwgfx: Add surface dirty-tracking callbacksThomas Hellstrom3-6/+626
2019-06-18drm/vmwgfx: Implement an infrastructure for read-coherent resourcesThomas Hellstrom5-11/+177
2019-06-18drm/vmwgfx: Use an RBtree instead of linked list for MOB resourcesThomas Hellstrom3-16/+32
2019-06-18drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom11-20/+584
2019-06-18drm/ttm: TTM fault handler helpersThomas Hellstrom1-62/+101
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom2-3/+4
2019-06-18drm/vmwgfx: Assign eviction priorities to resourcesThomas Hellstrom8-20/+141
2019-06-18drm/i915/guc: Reduce verbosity on log overflowsChris Wilson1-1/+3
2019-06-17drm/i915/ehl: Introduce Mule Creek Canyon PCHMatt Roper7-10/+74
2019-06-17drm/i915/gtt: Serialise both updates to PDE and our shadowChris Wilson1-60/+73
2019-06-17drm/i915/dmc: protect against loading wrong firmwareLucas De Marchi1-3/+11
2019-06-17drm/i915/dmc: remove redundant return in parse_csr_fw()Lucas De Marchi1-11/+6
2019-06-17drm/i915/dmc: add support to load dmc_header version 3Lucas De Marchi2-30/+95
2019-06-17drm/i915/dmc: extract function to parse dmc_headerLucas De Marchi1-56/+74
2019-06-17drm/i915/dmc: extract function to parse package_headerLucas De Marchi1-51/+66
2019-06-17drm/i915/dmc: extract function to parse css headerLucas De Marchi1-25/+41
2019-06-17drm/i915/dmc: add support for package_header with version 2Lucas De Marchi1-12/+26
2019-06-17drm/i915/dmc: extract fw_info and table walk from intel_package_headerLucas De Marchi1-17/+55
2019-06-17drm/i915/dmc: use kernel typesLucas De Marchi1-5/+5
2019-06-17drm/gem: Unexport drm_gem_(un)pin/v(un)mapDaniel Vetter2-32/+5
2019-06-17drm/i915/gtt: Generalize alloc_pdMika Kuoppala1-52/+36
2019-06-17drm/i915/gtt: Introduce init_pdMika Kuoppala1-23/+14
2019-06-17drm/i915/gtt: Introduce init_pd_with_pageMika Kuoppala1-8/+8
2019-06-17drm/i915/gtt: Use a common type for page directoriesMika Kuoppala6-215/+236
2019-06-17drm/i915/gtt: No need to zero the table for page dirsMika Kuoppala1-2/+2
2019-06-17drm/i915: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+7
2019-06-17drm/i915: move modesetting core code under display/Jani Nikula77-103/+94
2019-06-17drm/i915/icl: Add Multi-segmented gamma supportShashank Sharma2-5/+123
2019-06-17drm/i915: Rename ivb_load_lut_10_maxShashank Sharma1-7/+7
2019-06-17drm/i915/icl: Add register definitions for Multi Segmented gammaUma Shankar1-1/+18
2019-06-17drm/i915: Change gamma/degamma_lut_size data type to u32Shashank Sharma1-2/+2
2019-06-17drm/i915: Nuke atomic set/get prop plane stubsMaarten Lankhorst4-67/+0
2019-06-17drm/i915: move modesetting output/encoder code under display/Jani Nikula61-70/+82
2019-06-17drm/i915: make intel_sdvo_regs.h self-containedJani Nikula2-0/+9
2019-06-17Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst260-3311/+9541
2019-06-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+5
2019-06-16Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-38/+42
2019-06-16drm/rockchip: Base adjustments of the mode based on prev adjustmentsDouglas Anderson1-2/+2
2019-06-16drm/rockchip: Properly adjust to a true clock in adjusted_modeDouglas Anderson1-1/+2
2019-06-15Merge tag 'platform-drivers-x86-v5.2-3' of git://git.infradead.org/linux-plat...Linus Torvalds6-4/+26
2019-06-15Merge tag 'usb-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-45/+105
2019-06-15drm/i915/ehl: Update MOCS table for EHLMatt Roper1-0/+8
2019-06-15drm/i915: Avoid tainting i915_gem_park() with wakeref.lockChris Wilson1-9/+8
2019-06-15Merge tag 'drm-fixes-2019-06-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-73/+252
2019-06-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+7
2019-06-15Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds6-26/+46
2019-06-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2019-06-15drm/vc4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+2
2019-06-14drm/i915: Replace engine->timeline with a plain listChris Wilson16-188/+153
2019-06-14drm/i915: Stop retiring along engineChris Wilson1-78/+53