summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-23165-2684/+9579
|\
| * 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
| * drm/ttm: drop evicted from ttm_bo.Dave Airlie2020-09-171-4/+0
| * drm/ttm: drop special pipeline accel cleanup function.Dave Airlie2020-09-174-61/+36
| * drm/ttm: make common function for wait/free node path.Dave Airlie2020-09-171-18/+20
| * drm/ttm: move ghost object creation to a common functionDave Airlie2020-09-171-62/+42
| * drm/ttm: add a simple assign mem to bo wrapperDave Airlie2020-09-171-12/+6
| * drm/ttm/drivers: call the bind function directly.Dave Airlie2020-09-174-4/+14
| * drm/ttm: move unbind into the tt destroy.Dave Airlie2020-09-176-1/+6
| * drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-178-1/+15
| * drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-1710-30/+90
| * drm/ttm: some cleanupsChristian König2020-09-172-11/+3
| * 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
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-14688-6452/+20374
| |\
| * | drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang2020-09-141-12/+16
| * | drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann2020-09-142-58/+8
| * | drm: xlnx: remove defined but not used 'scaling_factors_666'Jason Yan2020-09-121-6/+0
| * | drm/bridge: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong2020-09-111-5/+20
| * | drm/bridge: dw-mipi-dsi: Use kmemdup cf. kmalloc+memcpyAlex Dewar2020-09-111-3/+1
| * | drm/ttm: nuke memory type flagsChristian König2020-09-1114-166/+148