summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* agp: use semicolons rather than commas to separate statementsJulia Lawall2020-09-283-3/+3
* Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-23208-5106/+10063
|\
| * drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard2020-09-211-0/+17
| * drm/ttm: update kernel-doc line commentsTian Tao2020-09-211-1/+1
| * drm/panfrost: add Amlogic GPU integration quirksNeil Armstrong2020-09-211-0/+11
| * drm/panfrost: add amlogic reset quirk callbackNeil Armstrong2020-09-213-0/+17
| * drm/panfrost: add support for vendor quirkNeil Armstrong2020-09-212-0/+7
| * drm/dev: Remove drm_dev_initDaniel Vetter2020-09-213-51/+4
| * drm/amdgpu: Convert to using devm_drm_dev_alloc() (v2)Luben Tuikov2020-09-211-12/+4
| * drm/i915/selftests: align more to real device lifetimesDaniel Vetter2020-09-211-20/+19
| * drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter2020-09-2113-12/+19
| * fbcon: Remove the superfluous breakJing Xiangfeng2020-09-181-2/+0
| * fbdev: aty: remove CONFIG_PM containerVaibhav Gupta2020-09-181-2/+2
| * drm/ttm: drop evicted from ttm_bo.Dave Airlie2020-09-181-4/+0
| * drm/ttm: drop special pipeline accel cleanup function.Dave Airlie2020-09-184-61/+36
| * drm/ttm: make common function for wait/free node path.Dave Airlie2020-09-181-18/+20
| * drm/ttm: move ghost object creation to a common functionDave Airlie2020-09-181-62/+42
| * drm/ttm: add a simple assign mem to bo wrapperDave Airlie2020-09-181-12/+6
| * drm/ttm/drivers: call the bind function directly.Dave Airlie2020-09-184-4/+14
| * drm/ttm: move unbind into the tt destroy.Dave Airlie2020-09-186-1/+6
| * drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-188-1/+15
| * drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-1810-30/+90
| * dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter2020-09-171-0/+5
| * drm/ttm: some cleanupsChristian König2020-09-172-11/+3
| * Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard2020-09-162-0/+126
| |\
| | * virtio: Implement get_shm_region for MMIO transportSebastien Boeuf2020-09-101-0/+31
| | * virtio: Implement get_shm_region for PCI transportSebastien Boeuf2020-09-101-0/+95
| * | drm/ast: Enable CRTC before planesThomas Zimmermann2020-09-161-0/+7
| * | drm/ast: Program display mode in CRTC's atomic_enable()Thomas Zimmermann2020-09-161-20/+3
| * | drm/ast: Disable planes while switching display modesThomas Zimmermann2020-09-162-0/+33
| * | drm/ast: Set format registers in primary plane's updateThomas Zimmermann2020-09-161-22/+22
| * | drm: mxsfb: check framebuffer pitchStefan Agner2020-09-161-1/+20
| * | drm/vc4: Handing the return value of drm_universal_plane_initTian Tao2020-09-161-0/+2
| * | drm/ttm: split bound/populated flags.Dave Airlie2020-09-161-4/+11
| * | drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie2020-09-167-39/+36
| * | drm/ttm: split populate out from binding.Dave Airlie2020-09-166-11/+32
| * | drm/ttm: tt destroy move null check to outer function.Dave Airlie2020-09-163-3/+3
| * | drm/ttm: wrap tt destroy. (v2)Dave Airlie2020-09-162-18/+15
| * | drm/ttm/tt: add wrappers to set tt state.Dave Airlie2020-09-1610-28/+26
| * | drm/ttm: remove available_cachingChristian König2020-09-1513-39/+10
| * | drm/nouveau: explicitly specify caching to useChristian König2020-09-152-22/+25
| * | drm/ttm: remove default cachingChristian König2020-09-1513-34/+14
| * | drm/bridge: ps8640: Rework power state handlingEnric Balletbo i Serra2020-09-151-10/+58
| * | drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann2020-09-151-1/+4
| * | drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann2020-09-151-18/+20
| * | drm/virtio: use drmm_mode_config_initGerd Hoffmann2020-09-153-6/+13
| * | gpu/drm: ingenic: Add option to mmap GEM buffers cachedPaul Cercueil2020-09-153-4/+126
| * | drm/i915: Drop the drm_atomic_helper_calc_timestamping_constants() callVille Syrjälä2020-09-141-7/+0
| * | drm/atomic-helper: Remove the timestamping constant update from drm_atomic_he...Ville Syrjälä2020-09-145-7/+7
| * | drm/atomic-helper: Extract drm_atomic_helper_calc_timestamping_constants()Ville Syrjälä2020-09-141-1/+20