summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2020-06-15drm/arm: Kconfig annotate drivers as COMPILE_TESTEmil Velikov
2020-06-15drm/auth: make drm_{set,drop}master_ioctl symmetricalEmil Velikov
2020-06-15drm: vmwgfx: remove drm_driver::master_set() return typeEmil Velikov
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra
2020-06-15sched,drm/scheduler: Convert to sched_set_fifo*()Peter Zijlstra
2020-06-15sched,msm: Convert to sched_set_fifo*()Peter Zijlstra
2020-06-15drm/i915: work around false-positive maybe-uninitialized warningArnd Bergmann
2020-06-15drm/i915/pmu: avoid an maybe-uninitialized warningArnd Bergmann
2020-06-15drm/i915/gt: Incorporate the virtual engine into timeslicingChris Wilson
2020-06-15drm/mm: remove invalid entry based optimizationChristian König
2020-06-15drm/ttm: Fix dma_fence refcnt leak when adding move fenceXiyu Yang
2020-06-15drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedXiyu Yang
2020-06-15drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionImre Deak
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-13drm/i915/gt: Flush gen3 relocs harder, againChris Wilson
2020-06-13drm/i915/selftests: Trim execlists runtimeChris Wilson
2020-06-13drm/i915/execlists: Lift opportunistic process_csb to before engine lockChris Wilson
2020-06-12drm/msm: Fix 0xfffflub in "Refactor address space initialization"John Stultz
2020-06-12drm/i915: Leave vma intact as they are discardedChris Wilson
2020-06-12drm/i915/display: Fix the encoder type checkVandita Kulkarni
2020-06-11drm/msm/dpu: allow initialization of encoder locks during encoder initKrishna Manikandan
2020-06-11drm/msm/dpu: fix error return code in dpu_encoder_initChen Tao
2020-06-11drm/msm: fix potential memleak in error branchBernard Zhao
2020-06-11drm/msm/dpu: request for display color blocks based on hw catalog entryKalyan Thota
2020-06-11amdgpu: a NULL ->mm does not mean a thread is a kthreadChristoph Hellwig
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-11drm/amd/display: Rework dsc to isolate FPU operationsRodrigo Siqueira
2020-06-11drm/amdgpu: Replace invalid device ID with a valid device IDSandeep Raghuraman
2020-06-11Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-06-11drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsChris Wilson
2020-06-11drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsChris Wilson
2020-06-11drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsChris Wilson
2020-06-11drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsChris Wilson
2020-06-11drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsChris Wilson
2020-06-11drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsChris Wilson
2020-06-11drm/i915/selftests: Remove live_suppress_wait_preemptChris Wilson
2020-06-11drm/dp_mst: Fix flushing the delayed port/mstb destroy workImre Deak
2020-06-11drm/dp_mst: Fix the DDC I2C device registration of an MST portImre Deak
2020-06-11drm/dp_mst: Fix the DDC I2C device unregistration of an MST portImre Deak
2020-06-11drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulsesImre Deak
2020-06-11drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply()Imre Deak
2020-06-11drm/i915/dp_mst: Fix disabling MST on a portImre Deak
2020-06-11drm/i915: Fix the i915_dsc_fec_support debugfs file for DP MST connectorsImre Deak
2020-06-11drm/i915/icl: Disable DIP on MST ports with the transcoder clock still onImre Deak
2020-06-11drm/mgag200: Use managed device initializationThomas Zimmermann
2020-06-11drm/mgag200: Embed instance of struct drm_device in struct mga_deviceThomas Zimmermann
2020-06-11drm/mgag200: Allocate device structures in mgag200_driver_load()Thomas Zimmermann
2020-06-11drm/mgag200: Separate device initialization into allocationThomas Zimmermann
2020-06-11drm/mgag200: Move device init and cleanup to mgag200_drv.cThomas Zimmermann