summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-21drm/amdgpu: Convert to using devm_drm_dev_alloc() (v2)Luben Tuikov1-12/+4
2020-09-21drm/i915/selftests: align more to real device lifetimesDaniel Vetter1-20/+19
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter13-12/+19
2020-09-18fbcon: Remove the superfluous breakJing Xiangfeng1-2/+0
2020-09-18fbdev: aty: remove CONFIG_PM containerVaibhav Gupta1-2/+2
2020-09-17drm/ttm: drop evicted from ttm_bo.Dave Airlie2-5/+0
2020-09-17drm/ttm: drop special pipeline accel cleanup function.Dave Airlie5-76/+38
2020-09-17drm/ttm: make common function for wait/free node path.Dave Airlie1-18/+20
2020-09-17drm/ttm: move ghost object creation to a common functionDave Airlie1-62/+42
2020-09-17drm/ttm: add a simple assign mem to bo wrapperDave Airlie2-14/+14
2020-09-17drm/ttm/drivers: call the bind function directly.Dave Airlie4-4/+14
2020-09-17drm/ttm: move unbind into the tt destroy.Dave Airlie6-1/+6
2020-09-17drm/ttm: flip tt destroy ordering.Dave Airlie9-1/+22
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie13-45/+91
2020-09-17drm/ttm: remove superflous extern attribute from funcsChristian König2-24/+20
2020-09-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter1-0/+5
2020-09-17drm: fix spelling error in commentsWang Qing1-1/+1
2020-09-17MAINTAINERS: make linux-aspeed list remarks consistentLukas Bulwahn1-1/+1
2020-09-17drm/ttm: some cleanupsChristian König4-24/+3
2020-09-16Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard5-1/+164
2020-09-16drm/ast: Enable CRTC before planesThomas Zimmermann1-0/+7
2020-09-16drm/ast: Program display mode in CRTC's atomic_enable()Thomas Zimmermann1-20/+3
2020-09-16drm/ast: Disable planes while switching display modesThomas Zimmermann2-0/+33
2020-09-16drm/ast: Set format registers in primary plane's updateThomas Zimmermann1-22/+22
2020-09-16MAINTAINERS: Add Thomas as reviewer for ast, mgag200 and udlThomas Zimmermann1-3/+10
2020-09-16drm: mxsfb: check framebuffer pitchStefan Agner1-1/+20
2020-09-16drm/vc4: Handing the return value of drm_universal_plane_initTian Tao1-0/+2
2020-09-16drm/ttm: move populated state into page flagsDave Airlie1-4/+5
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie4-15/+19
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie9-74/+64
2020-09-16drm/ttm: split populate out from binding.Dave Airlie7-13/+33
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie3-3/+3
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie3-18/+20
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie11-29/+57
2020-09-15drm/ttm: remove available_cachingChristian König15-46/+11
2020-09-15drm/nouveau: explicitly specify caching to useChristian König2-22/+25
2020-09-15drm/ttm: remove default cachingChristian König15-39/+14
2020-09-15drm/bridge: ps8640: Rework power state handlingEnric Balletbo i Serra1-10/+58
2020-09-15drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann1-1/+4
2020-09-15drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann1-18/+20
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann3-6/+13
2020-09-15gpu/drm: ingenic: Add option to mmap GEM buffers cachedPaul Cercueil3-4/+126
2020-09-14drm/i915: Drop the drm_atomic_helper_calc_timestamping_constants() callVille Syrjälä1-7/+0
2020-09-14drm/atomic-helper: Remove the timestamping constant update from drm_atomic_he...Ville Syrjälä5-7/+7
2020-09-14drm/atomic-helper: Extract drm_atomic_helper_calc_timestamping_constants()Ville Syrjälä2-1/+23
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard2720-15119/+34425
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter208-866/+1468
2020-09-14drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang1-12/+16
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann3-61/+8
2020-09-14Linux 5.9-rc5v5.9-rc5Linus Torvalds1-1/+1