summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-09-21drm/dev: Remove drm_dev_initDaniel Vetter3-51/+4
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-17drm/ttm: drop evicted from ttm_bo.Dave Airlie1-4/+0
2020-09-17drm/ttm: drop special pipeline accel cleanup function.Dave Airlie4-61/+36
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 Airlie1-12/+6
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 Airlie8-1/+15
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie10-30/+90
2020-09-17drm/ttm: some cleanupsChristian König2-11/+3
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-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: split bound/populated flags.Dave Airlie1-4/+11
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie7-39/+36
2020-09-16drm/ttm: split populate out from binding.Dave Airlie6-11/+32
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 Airlie2-18/+15
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie10-28/+26
2020-09-15drm/ttm: remove available_cachingChristian König13-39/+10
2020-09-15drm/nouveau: explicitly specify caching to useChristian König2-22/+25
2020-09-15drm/ttm: remove default cachingChristian König13-34/+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ä1-1/+20
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard688-6452/+20374
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter11-30/+64
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 Zimmermann2-58/+8
2020-09-12drm: xlnx: remove defined but not used 'scaling_factors_666'Jason Yan1-6/+0
2020-09-11drm/bridge: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong1-5/+20
2020-09-11drm/bridge: dw-mipi-dsi: Use kmemdup cf. kmalloc+memcpyAlex Dewar1-3/+1
2020-09-11drm/ttm: nuke memory type flagsChristian König14-166/+148
2020-09-11drm/vmwgfx: stop setting multiple domain flagsChristian König1-2/+3
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König16-97/+114
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König1-5/+9
2020-09-11drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor1-2/+2
2020-09-11drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor1-2/+2