summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-25drm/panel: novatek-nt35950: remove unneeded semicolonYang Li1-1/+1
2021-10-25drm/panel: make sharp_ls055d1sx04 staticchongjiapeng1-1/+1
2021-10-25drm/panel: ilitek-ili9881c: Read panel orientationJohn Keeping1-0/+11
2021-10-25drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard1-1/+18
2021-10-25drm/vc4: hdmi: Warn if we access the controller while disabledMaxime Ripard1-0/+6
2021-10-25drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard1-1/+9
2021-10-25drm/vc4: hdmi: Split the CEC disable / enable functions in twoMaxime Ripard1-30/+45
2021-10-25drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard1-6/+14
2021-10-25drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard1-2/+15
2021-10-25drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-10-25drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-26/+44
2021-10-25drm/vc4: hdmi: Set a default HSM rateMaxime Ripard1-0/+14
2021-10-25clk: bcm-2835: Remove rounding up the dividersMaxime Ripard1-8/+3
2021-10-25clk: bcm-2835: Pick the closest clock rateMaxime Ripard1-1/+1
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard708-15509/+70571
2021-10-25drm: use new iterator in drm_gem_plane_helper_prepare_fb v3Christian König1-2/+12
2021-10-22drm: Move GEM memory managers into modulesThomas Zimmermann4-5/+17
2021-10-22drm: Link several object files into drm_kms_helper.koThomas Zimmermann1-5/+5
2021-10-22drm: Build drm_irq.o only if CONFIG_DRM_LEGACY has been setThomas Zimmermann2-5/+3
2021-10-22drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuableChristian König1-10/+4
2021-10-22drm/amdgpu: use the new iterator in amdgpu_sync_resvChristian König1-30/+14
2021-10-22dma-buf: add dma_resv selftest v4Christian König3-1/+373
2021-10-22drm/nouveau: use the new iterator in nouveau_fence_syncChristian König1-36/+12
2021-10-21Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm...Dave Airlie49-639/+3091
2021-10-21drm/rockchip: Implement mmap as GEM object functionThomas Zimmermann4-52/+15
2021-10-21drm/sun4i: virtual CMA addresses are not neededJernej Skrabec1-1/+1
2021-10-21drm/gma500: Remove generic DRM drivers in probe functionThomas Zimmermann1-0/+12
2021-10-20drm/i915/selftests: mark up hugepages object with start_cpu_writeMatthew Auld1-1/+6
2021-10-20drm/i915: mark up internal objects with start_cpu_writeMatthew Auld1-0/+2
2021-10-20drm/i915: expand on the kernel-doc for cache_dirtyMatthew Auld2-0/+38
2021-10-20drm/i915/shmem: ensure flush during swap-in on non-LLCMatthew Auld1-0/+12
2021-10-20drm/i915/userptr: add paranoid flush-on-acquireMatthew Auld1-1/+4
2021-10-20drm/i915/dmabuf: add paranoid flush-on-acquireMatthew Auld1-1/+5
2021-10-20drm/i915: extract bypass-llc check into helperMatthew Auld3-16/+28
2021-10-20drm/i915: mark userptr objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/i915: mark dmabuf objects as ALLOC_USERMatthew Auld1-1/+2
2021-10-20drm/radeon: use new iterator in radeon_sync_resvChristian König1-19/+3
2021-10-20drm/msm: use new iterator in msm_gem_describeChristian König1-14/+5
2021-10-20drm/amdgpu: use new iterator in amdgpu_vm_prt_finiChristian König1-21/+5
2021-10-20drm/i915/selftests: remove duplicate include in mock_region.cRan Jianping1-2/+0
2021-10-19Merge tag 'topic/drm-dp-training-delay-helpers-2021-10-19' of git://anongit.f...Maxime Ripard1-18/+135
2021-10-19drm/scheduler: fix drm_sched_job_add_implicit_dependenciesChristian König1-0/+3
2021-10-19drm/locking: fix __stack_depot_* name conflictStephen Rothwell1-7/+7
2021-10-19drm/bridge: tc358768: Correct BTACNTRL1 programmingDmitry Osipenko1-1/+1
2021-10-19drm/bridge: tc358768: Disable non-continuous clock modeDmitry Osipenko1-2/+8
2021-10-19drm/bridge: tc358768: Calculate video start delayDmitry Osipenko1-2/+8
2021-10-19drm/bridge: tc358768: Support pulse modeDmitry Osipenko1-18/+48
2021-10-19drm/bridge: tc358768: Enable reference clockDmitry Osipenko1-0/+6
2021-10-19drm/gma500: Rename struct gtt_range to struct psb_gem_objectThomas Zimmermann9-117/+123
2021-10-19drm/gma500: Rewrite GTT page insert/remove without struct gtt_rangeThomas Zimmermann3-66/+44