summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-22vga_switcheroo: simplify the return expression of vga_switcheroo_runtime_resumeQinglang Miao1-6/+1
2020-09-22drm/gma500: clean up indentation issuesColin Ian King1-3/+2
2020-09-22drm/vram-helper: Fix use of top-down placementThomas Zimmermann1-1/+1
2020-09-21drm/panel: samsung: make vint_table static constJason Yan1-1/+1
2020-09-21drm/imx/dcss: fix unused but set variable warningsWang ShaoBo1-2/+0
2020-09-21drm/vc4: hvs: Pull the state of all the CRTCs prior to PV muxingMaxime Ripard1-0/+17
2020-09-21drm/ttm: update kernel-doc line commentsTian Tao1-1/+1
2020-09-21drm/panfrost: add Amlogic GPU integration quirksNeil Armstrong1-0/+11
2020-09-21drm/panfrost: add amlogic reset quirk callbackNeil Armstrong3-0/+17
2020-09-21drm/panfrost: add support for vendor quirkNeil Armstrong2-0/+7
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-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 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-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter1-0/+5
2020-09-17drm/ttm: some cleanupsChristian König2-11/+3
2020-09-16Merge branch 'virtio-shm' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Maxime Ripard2-0/+126
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