Re: [PULL] drm-xe-next

2024-02-26 Thread Daniel Vetter
| 33 +- > drivers/gpu/drm/xe/xe_uc.h | 1 + > drivers/gpu/drm/xe/xe_uc_fw.c | 60 +- > drivers/gpu/drm/xe/xe_uc_fw_types.h| 9 +- > drivers/gpu/drm/xe/xe_vm.c | 287 ++- > drivers/gpu/drm/xe/xe_vm.h | 7 +- > drivers/gpu/drm/xe/xe_vm_types.h | 18 +- > drivers/gpu/drm/xe/xe_vram_freq.c | 128 +++ > drivers/gpu/drm/xe/xe_vram_freq.h | 13 + > drivers/gpu/drm/xe/xe_wa.c | 191 + > drivers/gpu/drm/xe/xe_wa_oob.rules | 12 +- > drivers/gpu/drm/xe/xe_wait_user_fence.c| 2 +- > drivers/gpu/drm/xe/xe_wopcm_types.h| 4 +- > include/uapi/drm/xe_drm.h | 34 +- > 141 files changed, 6518 insertions(+), 1187 deletions(-) > create mode 100644 drivers/gpu/drm/xe/abi/gsc_proxy_commands_abi.h > create mode 100644 drivers/gpu/drm/xe/abi/guc_actions_sriov_abi.h > create mode 100644 drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h > create mode 100644 drivers/gpu/drm/xe/abi/guc_relay_communication_abi.h > rename drivers/gpu/drm/xe/{ => display}/xe_display.c (99%) > rename drivers/gpu/drm/xe/{ => display}/xe_display.h (100%) > create mode 100644 drivers/gpu/drm/xe/regs/xe_pcode_regs.h > create mode 100644 drivers/gpu/drm/xe/tests/xe_guc_db_mgr_test.c > create mode 100644 drivers/gpu/drm/xe/tests/xe_guc_relay_test.c > create mode 100644 drivers/gpu/drm/xe/tests/xe_kunit_helpers.c > create mode 100644 drivers/gpu/drm/xe/tests/xe_kunit_helpers.h > create mode 100644 drivers/gpu/drm/xe/tests/xe_test_mod.c > create mode 100644 drivers/gpu/drm/xe/xe_gsc_proxy.c > create mode 100644 drivers/gpu/drm/xe/xe_gsc_proxy.h > create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_printk.h > create mode 100644 drivers/gpu/drm/xe/xe_guc_db_mgr.c > create mode 100644 drivers/gpu/drm/xe/xe_guc_db_mgr.h > create mode 100644 drivers/gpu/drm/xe/xe_guc_hxg_helpers.h > create mode 100644 drivers/gpu/drm/xe/xe_guc_relay.c > create mode 100644 drivers/gpu/drm/xe/xe_guc_relay.h > create mode 100644 drivers/gpu/drm/xe/xe_guc_relay_types.h > create mode 100644 drivers/gpu/drm/xe/xe_memirq.c > create mode 100644 drivers/gpu/drm/xe/xe_memirq.h > create mode 100644 drivers/gpu/drm/xe/xe_memirq_types.h > create mode 100644 drivers/gpu/drm/xe/xe_vram_freq.c > create mode 100644 drivers/gpu/drm/xe/xe_vram_freq.h -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2024-02-26 Thread Daniel Vetter
ls/msm-sc7180-trogdor-lazor-limozeen-skips.txt > create mode 100644 drivers/gpu/drm/panel/panel-himax-hx83112a.c > create mode 100644 drivers/gpu/drm/renesas/rz-du/Kconfig > create mode 100644 drivers/gpu/drm/renesas/rz-du/Makefile > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.c > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_crtc.h > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.c > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_drv.h > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_encoder.c > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_encoder.h > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.c > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_kms.h > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.c > create mode 100644 drivers/gpu/drm/renesas/rz-du/rzg2l_du_vsp.h > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Frankenstrasse 146, 90461 Nuernberg, Germany > GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman > HRB 36809 (AG Nuernberg) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2023-11-23 Thread Daniel Vetter
drivers/gpu/drm/imagination/pvr_rogue_fwif_stream.h > create mode 100644 drivers/gpu/drm/imagination/pvr_rogue_heap_config.h > create mode 100644 drivers/gpu/drm/imagination/pvr_rogue_meta.h > create mode 100644 drivers/gpu/drm/imagination/pvr_rogue_mips.h > create mode 100644 drivers/gpu/drm/imagination/pvr_rogue_mips_check.h > create mode 100644 drivers/gpu/drm/imagination/pvr_rogue_mmu_defs.h > create mode 100644 drivers/gpu/drm/imagination/pvr_stream.c > create mode 100644 drivers/gpu/drm/imagination/pvr_stream.h > create mode 100644 drivers/gpu/drm/imagination/pvr_stream_defs.c > create mode 100644 drivers/gpu/drm/imagination/pvr_stream_defs.h > create mode 100644 drivers/gpu/drm/imagination/pvr_sync.c > create mode 100644 drivers/gpu/drm/imagination/pvr_sync.h > create mode 100644 drivers/gpu/drm/imagination/pvr_vm.c > create mode 100644 drivers/gpu/drm/imagination/pvr_vm.h > create mode 100644 drivers/gpu/drm/imagination/pvr_vm_mips.c > create mode 100644 drivers/gpu/drm/imagination/pvr_vm_mips.h > create mode 100644 include/uapi/drm/pvr_drm.h -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-next

2023-11-23 Thread Daniel Vetter
> drivers/gpu/drm/i915/i915_params.c | 89 --- > drivers/gpu/drm/i915/i915_params.h | 22 - > drivers/gpu/drm/i915/i915_reg.h| 2 - > drivers/gpu/drm/i915/i915_utils.h | 2 +- > drivers/gpu/drm/i915/intel_runtime_pm.h| 2 - > drivers/gpu/drm/i915/selftests/intel_uncore.c | 2 + > drivers/gpu/drm/i915/soc/intel_gmch.c | 27 +- > drivers/gpu/drm/i915/vlv_sideband.c| 29 +- > drivers/gpu/drm/i915/vlv_sideband.h| 9 +- > drivers/gpu/drm/nouveau/dispnv50/disp.c| 9 +- > drivers/gpu/drm/tests/drm_dp_mst_helper_test.c | 166 +- > include/drm/display/drm_dp.h | 25 + > include/drm/display/drm_dp_helper.h| 32 + > include/drm/display/drm_dp_mst_helper.h| 16 +- > include/drm/drm_color_mgmt.h | 19 +- > 118 files changed, 4425 insertions(+), 1969 deletions(-) > create mode 100644 > drivers/gpu/drm/i915/display/intel_display_debugfs_params.c > create mode 100644 > drivers/gpu/drm/i915/display/intel_display_debugfs_params.h > create mode 100644 drivers/gpu/drm/i915/display/intel_display_params.c > create mode 100644 drivers/gpu/drm/i915/display/intel_display_params.h > create mode 100644 drivers/gpu/drm/i915/display/intel_dpt_common.c > create mode 100644 drivers/gpu/drm/i915/display/intel_dpt_common.h > create mode 100644 drivers/gpu/drm/i915/display/intel_dsb_buffer.c > create mode 100644 drivers/gpu/drm/i915/display/intel_dsb_buffer.h > > -- > Jani Nikula, Intel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2023-11-20 Thread Daniel Vetter
| 128 +- > include/drm/drm_edid.h | 148 -- > include/drm/drm_eld.h | 164 ++ > include/drm/drm_flip_work.h| 20 +- > include/drm/drm_format_helper.h| 81 +- > include/drm/drm_ge

Re: [PULL] drm-misc-fixes

2023-11-17 Thread Daniel Vetter
t.h | 4 ++-- > drivers/gpu/drm/nouveau/nouveau_display.c | 5 + > drivers/gpu/drm/nouveau/nvkm/core/event.c | 12 ++-- > drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c| 6 +++--- > 6 files changed, 22 insertions(+), 14 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2023-11-10 Thread Daniel Vetter
splay.c| 3 +++ > drivers/gpu/drm/vc4/tests/vc4_mock_crtc.c| 2 +- > drivers/gpu/drm/vc4/tests/vc4_mock_output.c | 2 +- > 10 files changed, 28 insertions(+), 21 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-next-fixes

2023-11-10 Thread Daniel Vetter
gpu/drm/i915/display/intel_dp.c | 2 +- > drivers/gpu/drm/i915/display/intel_tc.c | 11 ++--- > drivers/gpu/drm/i915/gem/i915_gem_context.c | 1 + > drivers/gpu/drm/i915/gt/intel_ggtt.c| 35 > - > drivers/gpu/drm/i915/gt/intel_rc6.c | 16 --

Re: [PULL] drm-misc-next

2023-07-27 Thread Daniel Vetter
ers/gpu/drm/xen/xen_drm_front.c|1 - > drivers/gpu/host1x/bus.c | 29 +- > drivers/gpu/host1x/context.c |2 +- > drivers/gpu/host1x/dev.c |3 +- > drivers/gpu/ipu-v3/ipu-common.c

Re: [PULL] drm-misc-next

2023-07-18 Thread Daniel Vetter
00644 drivers/accel/ivpu/ivpu_fw_log.h > create mode 100644 drivers/gpu/drm/drm_exec.c > create mode 100644 drivers/gpu/drm/loongson/Kconfig > create mode 100644 drivers/gpu/drm/loongson/Makefile > create mode 100644 drivers/gpu/drm/loongson/loongson_device.c > create mode 100644 drivers/gpu/drm/loongson/loongson_module.c > create mode 100644 drivers/gpu/drm/loongson/loongson_module.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_benchmark.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_benchmark.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_crtc.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_debugfs.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_drv.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_drv.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_gem.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_gem.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_gfxpll.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_gfxpll.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_i2c.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_i2c.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_irq.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_irq.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_output.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_output_7a1000.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_output_7a2000.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_pixpll.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_pixpll.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_plane.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_probe.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_probe.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_regs.h > create mode 100644 drivers/gpu/drm/loongson/lsdc_ttm.c > create mode 100644 drivers/gpu/drm/loongson/lsdc_ttm.h > delete mode 100644 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramga102.c > create mode 100644 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp102.c > create mode 100644 drivers/gpu/drm/panel/panel-visionox-r66451.c > create mode 100644 drivers/gpu/drm/tests/drm_exec_test.c > create mode 100644 drivers/video/fbdev/core/fb_backlight.c > create mode 100644 drivers/video/fbdev/core/fb_chrdev.c > create mode 100644 drivers/video/fbdev/core/fb_info.c > create mode 100644 drivers/video/fbdev/core/fb_internal.h > create mode 100644 drivers/video/fbdev/core/fb_procfs.c > create mode 100644 include/drm/drm_exec.h > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Frankenstrasse 146, 90461 Nuernberg, Germany > GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman > HRB 36809 (AG Nuernberg) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2023-04-13 Thread Daniel Vetter
or > > > Asahi Lina (1): > drm/scheduler: Fix UAF race in drm_sched_entity_push_job() > > Christophe JAILLET (1): > drm/armada: Fix a potential double free in an error handling path > > Daniel Vette

Re: [PULL] drm-intel-next-fixes

2023-04-13 Thread Daniel Vetter
_gt_regs.h | 1 + > drivers/gpu/drm/i915/gt/intel_workarounds.c | 19 +++ > 2 files changed, 20 insertions(+) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-fixes

2023-04-13 Thread Daniel Vetter
+ > > > Jani Nikula (1): > drm/i915/dsi: fix DSS CTL register offsets for TGL+ > > drivers/gpu/drm/i915/display/icl_dsi.c | 20 > 1 file changed, 16 insertions(+), 4 deletions(-) > >

Re: [PULL] drm-misc-next

2023-04-12 Thread Daniel Vetter
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.h    |   5 - >  drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c    |  45 +++- >  drivers/gpu/drm/vmwgfx/vmwgfx_msg.c        |  35 +-- >  drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c    |   6 - >  21 files changed, 465 insertions(+), 303 deletions(-) >  create mode 100644 > Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml >  delete mode 100644 > Documentation/devicetree/bindings/display/exynos/exynos_dsim.txt > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-next

2023-04-06 Thread Daniel Vetter
delete mode 100644 drivers/gpu/drm/i915/Kconfig.unstable > create mode 100644 drivers/gpu/drm/i915/display/intel_dp_aux_regs.h > create mode 100644 drivers/gpu/drm/i915/display/intel_dsb_regs.h > create mode 100644 drivers/gpu/drm/i915/display/intel_fdi_regs.h > create mode 100644 drivers/gpu/drm/i915/display/intel_pps_regs.h > create mode 100644 drivers/gpu/drm/i915/display/intel_psr_regs.h > create mode 100644 drivers/gpu/drm/i915/display/intel_tv_regs.h > create mode 100644 drivers/gpu/drm/i915/display/skl_watermark_regs.h > create mode 100644 drivers/gpu/drm/i915/intel_clock_gating.c > create mode 100644 drivers/gpu/drm/i915/intel_clock_gating.h > delete mode 100644 drivers/gpu/drm/i915/intel_pm.c > delete mode 100644 drivers/gpu/drm/i915/intel_pm.h -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-gt-next

2023-04-06 Thread Daniel Vetter
bridge/ti-sn65dsi83, ps8640. > > - Use pci aperture helpers in drm/ast lynxfb, radeonfb. > > - Revert some lima patches, as they required a commit that has been > >reverted upstream. > > - Add AUO NE135FBM-N41 v8.1 eDP panel. > > - Add QAIC accel driver. > > >

Re: [PULL] drm-intel-gt-next

2023-04-06 Thread Daniel Vetter
t; drivers/gpu/drm/i915/i915_pci.c| 1 + > drivers/gpu/drm/i915/i915_perf.c | 570 > ++++- > drivers/gpu/drm/i915/i915_perf.h | 4 +- > drivers/gpu/drm/i915/i915_perf_oa_regs.h | 78 +++ > drivers/gpu/drm/i915/i915_perf_types.h | 75 ++- > drivers/gpu/drm/i915/i915_pmu.c| 10 +- > drivers/gpu/drm/i915/i915_reg.h| 14 +- > drivers/gpu/drm/i915/i915_scatterlist.c| 2 +- > drivers/gpu/drm/i915/i915_vma.c| 3 +- > drivers/gpu/drm/i915/intel_device_info.h | 1 + > drivers/gpu/drm/i915/intel_region_ttm.c| 1 + > drivers/gpu/drm/i915/intel_uncore.c| 47 +- > drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 356 - > include/uapi/drm/i915_drm.h| 25 +- > 63 files changed, 1241 insertions(+), 637 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2023-04-05 Thread Daniel Vetter
rmann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-fixes

2023-04-05 Thread Daniel Vetter
++ > drivers/gpu/drm/i915/gt/uc/intel_huc.h | 7 +-- > drivers/gpu/drm/i915/i915_perf.c | 6 +++--- > 6 files changed, 25 insertions(+), 14 deletions(-) > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2023-04-03 Thread Daniel Vetter
+- > drivers/gpu/drm/panfrost/panfrost_drv.c| 37 + > drivers/gpu/drm/panfrost/panfrost_gpu.c| 8 ++ > drivers/gpu/drm/scheduler/sched_main.c | 2 +- > drivers/gpu/drm/sun4i/sun4i_backend.c | 2 +- > drivers/gpu/drm/sun4i/sun8i_mixer.c| 2 +- > drivers/gpu/drm/tiny/ofdrm.c | 8 +- > drivers/gpu/drm/tiny/simpledrm.c | 2 +- > drivers/gpu/drm/vc4/vc4_hdmi.c | 2 +- > 54 files changed, 356 insertions(+), 179 deletions(-) > delete mode 100644 > Documentation/devicetree/bindings/display/panel/innolux,p120zdg-bf1.yaml -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2023-03-30 Thread Daniel Vetter
ivers/gpu/drm/drm_buddy.c | 4 +- > drivers/gpu/drm/nouveau/nouveau_backlight.c | 7 +- > drivers/gpu/drm/tests/drm_buddy_test.c | 3 +- > 10 files changed, 90 insertions(+), 93 deletions(-) > > -- > Thomas Zimmermann > Graphics Driver Develop

Re: [PULL] drm-intel-fixes

2023-03-30 Thread Daniel Vetter
drivers/gpu/drm/i915/i915_perf.c | 14 ++-- > drivers/gpu/drm/i915/i915_perf_types.h | 6 ++ > drivers/gpu/drm/i915/i915_pmu.c | 10 +-- > 13 files changed, 177 insertions(+), 42 deletions(-) > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PATCH] dim: Don't escape forward slash for grep

2023-03-30 Thread Daniel Vetter
on > > > pushing it... > > > > Acked-by: Jani Nikula > > thanks, pushed. Hm I thought that we've switched to "people with push rights can push"? Probably should. > > Daniel, is it time we switched the whole thing to merge request process > > btw? >

Re: [PATCH] dim: shut up git add harder

2023-03-29 Thread Daniel Vetter
On Wed, 29 Mar 2023 at 16:21, Rodrigo Vivi wrote: > > On Wed, Mar 29, 2023 at 03:42:43PM +0200, Daniel Vetter wrote: > > On Tue, 28 Mar 2023 at 20:11, Rodrigo Vivi wrote: > > > > > > On Tue, Mar 28, 2023 at 07:36:44PM +0200, Daniel Vetter wrote: > > >

Re: [PATCH] dim: shut up git add harder

2023-03-29 Thread Daniel Vetter
On Tue, 28 Mar 2023 at 20:11, Rodrigo Vivi wrote: > > On Tue, Mar 28, 2023 at 07:36:44PM +0200, Daniel Vetter wrote: > > Apparently my git (v2.40.0) does more warnings and we're not silencing > > all the possible ones in the commit_rerere_cache function > > > >

[PATCH] dim: shut up git add harder

2023-03-28 Thread Daniel Vetter
Apparently my git (v2.40.0) does more warnings and we're not silencing all the possible ones in the commit_rerere_cache function Signed-off-by: Daniel Vetter --- dim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dim b/dim index b87b54259f8b..c630d7295568 100755 --- a/dim

Re: [PULL] drm-intel-next

2023-03-24 Thread Daniel Vetter
gt; include/drm/display/drm_dp.h | 3 + > include/drm/i915_hdcp_interface.h | 539 + > include/drm/i915_mei_hdcp_interface.h | 184 - > 58 files changed, 3322 insertions(+), 1467 deletions(-) > create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c > create mode 100644 drivers/gpu/drm/i915/display/intel_hdcp_gsc.h > create mode 100644 drivers/gpu/drm/i915/display/intel_sprite_uapi.c > create mode 100644 drivers/gpu/drm/i915/display/intel_sprite_uapi.h > create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.c > create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc_heci_cmd_submit.h > create mode 100644 include/drm/i915_hdcp_interface.h > delete mode 100644 include/drm/i915_mei_hdcp_interface.h -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2023-03-24 Thread Daniel Vetter
s/gpu/drm/lima/lima_gem.c| 12 +- > drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c| 1 + > drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 11 +- > drivers/gpu/drm/tests/drm_format_helper_test.c | 141 ++--- > drivers/gpu/drm/tiny/bochs.c | 1 - > drivers/gpu/drm/ttm/ttm_bo.c | 3 +- > drivers/gpu/drm/vgem/vgem_drv.h| 11 - > drivers/gpu/drm/vmwgfx/vmwgfx_kms.c| 1 - > include/drm/drm_drv.h | 2 - > include/drm/drm_fb_helper.h| 14 +- > include/drm/drm_mode_config.h | 7 - > 44 files changed, 664 insertions(+), 799 deletions(-) > create mode 100644 drivers/gpu/drm/gma500/fbdev.c -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-fixes

2023-03-24 Thread Daniel Vetter
/intel_guc_rc.c | 13 + > drivers/gpu/drm/i915/i915_active.c | 3 +-- > drivers/gpu/drm/i915/i915_hwmon.c | 5 - > drivers/gpu/drm/i915/i915_reg.h| 17 +--- > 13 files changed, 88 insertions(+), 72 deletions(-) > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2023-03-24 Thread Daniel Vetter
> -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2023-01-24 Thread Daniel Vetter
rt.h > delete mode 100644 drivers/gpu/drm/r128/r128_cce.c > delete mode 100644 drivers/gpu/drm/r128/r128_drv.c > delete mode 100644 drivers/gpu/drm/r128/r128_drv.h > delete mode 100644 drivers/gpu/drm/r128/r128_ioc32.c > delete mode 100644 drivers/gpu/drm/r128/r128_irq.c > delete mode 100644 drivers/gpu/drm/r128/r128_state.c > delete mode 100644 drivers/gpu/drm/savage/Makefile > delete mode 100644 drivers/gpu/drm/savage/savage_bci.c > delete mode 100644 drivers/gpu/drm/savage/savage_drv.c > delete mode 100644 drivers/gpu/drm/savage/savage_drv.h > delete mode 100644 drivers/gpu/drm/savage/savage_state.c > delete mode 100644 drivers/gpu/drm/sis/Makefile > delete mode 100644 drivers/gpu/drm/sis/sis_drv.c > delete mode 100644 drivers/gpu/drm/sis/sis_drv.h > delete mode 100644 drivers/gpu/drm/sis/sis_mm.c > delete mode 100644 drivers/gpu/drm/tdfx/Makefile > delete mode 100644 drivers/gpu/drm/tdfx/tdfx_drv.c > delete mode 100644 drivers/gpu/drm/tdfx/tdfx_drv.h > delete mode 100644 drivers/gpu/drm/via/Makefile > delete mode 100644 drivers/gpu/drm/via/via_3d_reg.h > delete mode 100644 drivers/gpu/drm/via/via_dri1.c > delete mode 100644 include/uapi/drm/i810_drm.h > delete mode 100644 include/uapi/drm/mga_drm.h > delete mode 100644 include/uapi/drm/r128_drm.h > delete mode 100644 include/uapi/drm/savage_drm.h > delete mode 100644 include/uapi/drm/sis_drm.h > delete mode 100644 include/uapi/drm/via_drm.h > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-gt-next

2023-01-24 Thread Daniel Vetter
| 13 + > drivers/gpu/drm/i915/pxp/intel_pxp.c | 128 ++-- > drivers/gpu/drm/i915/pxp/intel_pxp.h | 9 +- > drivers/gpu/drm/i915/pxp/intel_pxp_cmd.c | 8 +- > .../gpu/drm/i915/pxp/intel_pxp_cmd_interface_cmn.h | 1 + > drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.c | 36 ++- > drivers/gpu/drm/i915/pxp/intel_pxp_debugfs.h | 4 +- > drivers/gpu/drm/i915/pxp/intel_pxp_huc.c | 11 +- > drivers/gpu/drm/i915/pxp/intel_pxp_irq.c | 18 +- > drivers/gpu/drm/i915/pxp/intel_pxp_pm.c| 6 +- > drivers/gpu/drm/i915/pxp/intel_pxp_session.c | 10 +- > drivers/gpu/drm/i915/pxp/intel_pxp_tee.c | 35 ++- > drivers/gpu/drm/i915/pxp/intel_pxp_types.h | 8 + > drivers/gpu/drm/i915/selftests/i915_gem.c | 2 + > drivers/gpu/drm/i915/selftests/i915_gem_evict.c| 4 +- > drivers/gpu/drm/i915/selftests/i915_gem_gtt.c | 4 + > drivers/gpu/drm/i915/selftests/i915_request.c | 20 +- > drivers/gpu/drm/i915/selftests/igt_spinner.c | 8 +- > drivers/gpu/drm/i915/selftests/scatterlist.c | 4 + > 129 files changed, 2778 insertions(+), 993 deletions(-) > create mode 100644 drivers/gpu/drm/i915/gt/intel_gt_print.h > create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c > create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.h > create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.c > create mode 100644 drivers/gpu/drm/i915/gt/uc/intel_gsc_uc.h -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-fixes

2023-01-06 Thread Daniel Vetter
rivers/gpu/drm/i915/gvt/kvmgt.c | 35 +------ > drivers/gpu/drm/i915/gvt/scheduler.c | 4 +++- > drivers/gpu/drm/i915/gvt/vgpu.c | 12 +--- > 8 files changed, 80 insertions(+), 48 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2023-01-05 Thread Daniel Vetter
st/panfrost_gem.h | 5 +- > drivers/gpu/drm/scheduler/sched_entity.c | 2 +- > drivers/gpu/drm/scheduler/sched_main.c | 4 +- > drivers/gpu/drm/virtio/virtgpu_object.c | 6 ++- > include/drm/drm_plane_helper.h | 1 + > 12 files changed, 80 insertions(+), 93 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2023-01-04 Thread Daniel Vetter
-buf.h |4 +- > include/linux/fb.h |3 +- > include/linux/i2c.h|1 + > include/uapi/linux/media-bus-format.h |5 +- > 267 files changed, 7001 insertions(+), 2561 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/display/panel/focaltech,gpt3.yaml > create mode 100644 drivers/gpu/drm/imx/ipuv3/Kconfig > create mode 100644 drivers/gpu/drm/imx/ipuv3/Makefile > rename drivers/gpu/drm/imx/{ => ipuv3}/dw_hdmi-imx.c (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/imx-drm-core.c (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/imx-drm.h (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/imx-ldb.c (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/imx-tve.c (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/ipuv3-crtc.c (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/ipuv3-plane.c (98%) > rename drivers/gpu/drm/imx/{ => ipuv3}/ipuv3-plane.h (100%) > rename drivers/gpu/drm/imx/{ => ipuv3}/parallel-display.c (100%) > create mode 100644 drivers/gpu/drm/panel/panel-orisetech-ota5601a.c > create mode 100644 drivers/gpu/drm/tests/drm_connector_test.c > delete mode 100644 drivers/gpu/drm/tests/drm_kunit_helpers.h > create mode 100644 drivers/gpu/drm/tests/drm_managed_test.c > create mode 100644 drivers/gpu/drm/tests/drm_modes_test.c > create mode 100644 drivers/gpu/drm/tests/drm_probe_helper_test.c > create mode 100644 drivers/gpu/drm/vc4/tests/.kunitconfig > create mode 100644 drivers/gpu/drm/vc4/tests/vc4_mock.c > create mode 100644 drivers/gpu/drm/vc4/tests/vc4_mock.h > create mode 100644 drivers/gpu/drm/vc4/tests/vc4_mock_crtc.c > create mode 100644 drivers/gpu/drm/vc4/tests/vc4_mock_output.c > create mode 100644 drivers/gpu/drm/vc4/tests/vc4_mock_plane.c > create mode 100644 drivers/gpu/drm/vc4/tests/vc4_test_pv_muxing.c > create mode 100644 include/drm/drm_kunit_helpers.h > rename include/drm/ttm/{ttm_bo_api.h => ttm_bo.h} (66%) > delete mode 100644 include/drm/ttm/ttm_bo_driver.h > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PATCH] dim: Consider fix-of-fix for -fixes cherry picking.

2023-01-03 Thread Daniel Vetter
log -1 --pretty=%B | \ > > +   sed -e :a -e > > '/^\n*$/{$d;N;ba' -e '}' | \ > > +   sed > > "s/$short_fixes_hash/$fix_of_fix/g" | \ > > Daniel, I did not ignored

Re: [PULL] drm-misc-next-fixes

2023-01-03 Thread Daniel Vetter
drivers/gpu/drm/scheduler/sched_main.c | 4 ++-- > drivers/gpu/drm/tests/Makefile | 2 ++ > drivers/gpu/drm/tests/drm_mm_test.c | 6 +++--- > 4 files changed, 8 insertions(+), 6 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-intel-fixes

2023-01-01 Thread Daniel Vetter
| 4 +- > drivers/gpu/drm/i915/i915_irq.c | 3 + > drivers/gpu/drm/i915/i915_pci.c | 1 - > drivers/gpu/drm/i915/i915_reg.h | 1 + > drivers/gpu/drm/i915/i915_vma.c | 2 +- > drivers/gpu/drm/i915/selftests/i915_gem_evict.c | 4 +- > 12 files changed, 212 insertions(+), 45 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2022-11-30 Thread Daniel Vetter
ise we can't feed the thing into dim for processing, and have to do that also manually :-) -Daniel > > Maxime -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [MAINTAINER TOOLS] docs: updated rules for topic/core-for-CI commit management

2022-11-22 Thread Daniel Vetter
gt; > 3. Require gitlab issues for new commits added. Improve tracking for >removing the commits. > > Also use the stronger "must" for commit message requiring the > justification for the commit being in topic/core-for-CI. > > Cc: Joonas Lahtinen > Cc: Rodrigo

Re: [PATCH] dim: Consider fix-of-fix for -fixes cherry picking.

2022-10-05 Thread Daniel Vetter
ed from commit > $fixes" --after=6months --format=format:%h drm-intel-next-fixes -1) > + if [[ -z "$fix_of_fix" ]]; then > + echo "Fixes a commit not in $branch. OK." > + continue > +

Re: [PATCH] doc: Mention dim cherry-pick command in getting started page

2022-08-09 Thread Daniel Vetter
-misc committer guidelines, maybe right after the "where should I push my patch" section in case you screwed up :-) Since for drm-intel it's a maintainer thing to do any and all cherry-picks, to avoid these mistakes (but then drm-intel maintainers are paid and not just volunteers). -Daniel -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-next

2022-06-24 Thread Daniel Vetter
it list will look reasonable, but the diff will make a complete mess out of non-linear history. I think it's this case here too. I think the way to fix it is to do a manual test merge and then to a diff against the first parent (assuming you did the test merge forward, not backwards). Without the te

Re: [PULL] drm-misc-next

2022-06-15 Thread Daniel Vetter
er.c |2 +- > drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 10 +- > drivers/video/fbdev/Kconfig|2 +- > drivers/video/fbdev/core/fbmem.c | 22 +- > include/drm/display/drm_dp_aux_bus.h | 34 +- > include/drm/display/drm_dp_helper.h| 16 +- > include/drm/drm_bridge.h |1 + > include/drm/drm_displayid.h|6 +- > include/drm/drm_edid.h | 27 +- > include/drm/drm_gem_framebuffer_helper.h | 10 +- > include/drm/drm_probe_helper.h |2 + > include/drm/gpu_scheduler.h|4 +- > include/linux/dma-fence-unwrap.h | 82 +- > include/linux/fb.h |1 - > 111 files changed, 4032 insertions(+), 2286 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/display/bridge/ti,dlpc3433.yaml > create mode 100644 drivers/dma-buf/dma-fence-unwrap.c > create mode 100644 drivers/gpu/drm/bridge/ti-dlpc3433.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200eh.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200eh3.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200er.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200ev.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200ew3.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200se.c > create mode 100644 drivers/gpu/drm/mgag200/mgag200_g200wb.c > delete mode 100644 drivers/gpu/drm/mgag200/mgag200_mm.c > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PATCH] drm-misc: Another check in the bugfix flow

2022-05-25 Thread Daniel Vetter
On Tue, May 24, 2022 at 06:16:11PM +0200, Marek Vasut wrote: > On 5/24/22 17:17, Daniel Vetter wrote: > > Even in feature freeze it can happen that the broken patch is only in > > drm-misc-next, and then applying to drm-misc-next-fixes will > > rightfully stumble over dim's Fi

[PATCH] drm-misc: Another check in the bugfix flow

2022-05-24 Thread Daniel Vetter
Vasut Signed-off-by: Daniel Vetter --- drm-misc-commit-flow.dot | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drm-misc-commit-flow.dot b/drm-misc-commit-flow.dot index 04afab6f4074..f1062d2ff8a8 100644 --- a/drm-misc-commit-flow.dot +++ b/drm-misc-commit-flow.dot

[PATCH] drm-misc: Another check in the bugfix flow

2022-05-21 Thread Daniel Vetter
Even in feature freeze it can happen that the broken patch is only in drm-misc-next, and then applying to drm-misc-next-fixes will rightfully stumble over dim's Fixes: validation since the sha1 wont be an ancestor. Fix that by adding another check. Cc: Marek Vasut Signed-off-by: Daniel Vetter

Re: [PATCH v2] dim: Check that patches have git-format-patch default prefixes

2022-01-27 Thread Daniel Vetter
,6 +1151,11 @@ function dim_apply_branch > git mailsplit -b -o$dir $file > /dev/null > > for patch in "$dir"/*; do > + > + if ! check_diff_prefix "$patch"; then > + warn_or_fail "Patch does not contain prefixes in its >

Re: [PATCH 1/2] dim: Caution more against topic branches

2022-01-26 Thread Daniel Vetter
On Thu, Nov 25, 2021 at 12:21:45PM +0100, Maarten Lankhorst wrote: > On 25-11-2021 12:19, Daniel Vetter wrote: > > They're very often just beaurocratic paperwork pushing because > > maintainers refuse to give acks for merging patches through a single > > tree. I guess the snar

[PULL] drm-next (merge window fixes really)

2022-01-14 Thread Daniel Vetter
after the patch d1af5cd86997 Daniel Vetter (5): Merge tag 'drm-intel-next-fixes-2022-01-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-next Merge tag 'drm-misc-next-fixes-2022-01-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next Merge tag 'drm-misc

Re: [PATCH] apply-pull: Never rebase git pull, never rebase

2022-01-14 Thread Daniel Vetter
ll with the rebase strategy. Ever. > > That messes up with our commits. Specially with the top > one where dim expects a merge commit and it amends from and > link info. > > So, let's forbid the rebase strategy overriding any user > config. > > Cc: Jani Nikula > Cc: D

Re: [PULL] drm-misc-next-fixes

2022-01-14 Thread Daniel Vetter
opy > > drivers/gpu/drm/drm_atomic_helper.c | 14 +++--- > drivers/gpu/drm/drm_mipi_dbi.c | 2 +- > 2 files changed, 8 insertions(+), 8 deletions(-) > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr

Re: [PULL] drm-misc-next-fixes

2022-01-14 Thread Daniel Vetter
etermine if CRTC needs > disable in self refresh mode > > drivers/gpu/drm/drm_atomic_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5

Re: [PULL] drm-intel-next-fixes

2022-01-14 Thread Daniel Vetter
+- > drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c | 18 --- > drivers/gpu/drm/i915/pxp/intel_pxp_tee.c | 5 +++- > 6 files changed, 38 insertions(+), 17 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PATCH] dim: Check that patches have git-format-patch default prefixes

2021-12-14 Thread Daniel Vetter
. Can you make this a warn_or_fail instead. Also I think ERROR: in your echoerr is a bit overkill. Otherwise makes sense. -Daniel > + fi > + > if ! apply_patch $patch "$@"; then > rv=1 > fi > -- > 2.33.1 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

[PATCH 2/2] dim: Update drm-misc maintainer list

2021-11-25 Thread Daniel Vetter
Way out of date. Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Tvrtko Ursulin Cc: Rodrigo Vivi Cc: Lyude Paul Cc: Thomas Zimmermann Cc: Maarten Lankhorst Cc: Maxime Ripard Signed-off-by: Daniel Vetter --- dim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dim b/dim index

[PATCH 1/2] dim: Caution more against topic branches

2021-11-25 Thread Daniel Vetter
things a bit clearer. Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Tvrtko Ursulin Cc: Rodrigo Vivi Cc: Lyude Paul Cc: Thomas Zimmermann Cc: Maarten Lankhorst Cc: Maxime Ripard Signed-off-by: Daniel Vetter --- dim.rst | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

Re: [PATCH 1/2] dim: Error checking for git commit in rebuild-tip

2021-11-24 Thread Daniel Vetter
On Mon, Nov 22, 2021 at 3:38 PM Jani Nikula wrote: > > On Tue, 16 Nov 2021, Daniel Vetter wrote: > > There's nothing we can do, but also I was baffled about what's going on. > > The reason was that a topic branch was deleted on the server, but not > > removed from night

[PATCH 2/2] bash-completion: fix shellcheck SC2268

2021-11-16 Thread Daniel Vetter
if [[ "x$1" = "xcd" ]]; then ^---^ SC2268: Avoid x-prefix in comparisons as it no longer serves a purpose. Signed-off-by: Daniel Vetter --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/b

[PATCH 1/2] dim: Error checking for git commit in rebuild-tip

2021-11-16 Thread Daniel Vetter
succeed) also falls over and the scrip just stops. Make the failure a notch more verbose for next time around. Signed-off-by: Daniel Vetter --- dim | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dim b/dim index 9da768fe5f5b..d382d41bbb5c 100755 --- a/dim +++ b/dim @@ -798,7

Re: [PATCH] dim: Add myself to the pull recipients list

2021-11-10 Thread Daniel Vetter
On Wed, Nov 10, 2021 at 09:49:24AM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Another thing to do having obtained a drm-intel-gt-next co-maintainer hat. > > Signed-off-by: Tvrtko Ursulin > Suggested-by: Joonas Lahtinen Acked-by: Daniel Vetter > --- &

Re: [PATCH] dim: update drm/for-linux-next-gt

2021-10-25 Thread Daniel Vetter
On Fri, Oct 22, 2021 at 1:39 PM Joonas Lahtinen wrote: > > This will allow integrating drm-intel-gt-next with linux-nexlinux-nextt > > Signed-off-by: Joonas Lahtinen Acked-by: Daniel Vetter > --- > dim | 27 --- > 1 file changed, 16 insert

Re: [PULL] drm-intel-fixes

2021-10-01 Thread Daniel Vetter
drivers/gpu/drm/i915/i915_request.c | 11 ++- > 5 files changed, 14 insertions(+), 23 deletions(-) > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2021-10-01 Thread Daniel Vetter
On Fri, Oct 01, 2021 at 11:50:52AM +0200, Daniel Vetter wrote: > On Thu, Sep 30, 2021 at 12:06:21PM +0200, Maarten Lankhorst wrote: > > drm-misc-fixes-2021-09-30: > > drm-misc-fixes for v5.15: > > - Not sure if drm-misc-fixes-2021-09-08 tag was pulled, assuming it is. > &g

Re: [PULL] drm-misc-fixes

2021-10-01 Thread Daniel Vetter
drivers/gpu/drm/vc4/Kconfig| 1 + > drivers/gpu/drm/vc4/vc4_hdmi.c | 133 + > drivers/gpu/drm/vc4/vc4_hdmi_regs.h| 6 + > drivers/of/base.c | 1 + > drivers/video/fbdev/Kconfig| 5 +- > 28 files changed, 591 insertions(+), 139 deletions(-) > create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PULL] drm-misc-fixes

2021-09-09 Thread Daniel Vetter
gt; > (maybe I should always pull it in before sending to Linus to avoid > this in future). > > Dave. -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch

Re: [PATCH] dim: force merge commit for backmerges

2021-08-17 Thread Daniel Vetter
On Wed, Aug 11, 2021 at 10:13 AM Jani Nikula wrote: > > On Mon, 02 Aug 2021, Daniel Vetter wrote: > > We have all these remainders to actually type a commit message, but > > --no-commit doesn't imply --no-ff, so let's fix that. > > *reminders > > Reviewed-by:

Re: [PATCH] dim: add additional prompts for pushing merges

2021-08-11 Thread Daniel Vetter
ackmerges, rebases, topic branches and subtree branches (such as > >> gvt). For a start, prompt the user with hints about what's going on. > >> > >> Cc: Daniel Vetter > >> Signed-off-by: Jani Nikula > >> > >> --- > >> > >> Untest

[PATCH] dim: force merge commit for backmerges

2021-08-02 Thread Daniel Vetter
We have all these remainders to actually type a commit message, but --no-commit doesn't imply --no-ff, so let's fix that. Noticed because Maarten managed to do a fast-forward backmerge into drm-misc-next somehow. Signed-off-by: Daniel Vetter --- dim | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] dim/drm-misc: Add rule to not push patches with issues

2021-07-13 Thread Daniel Vetter
On Fri, Jul 9, 2021 at 10:11 AM Daniel Vetter wrote: > > We kinda left this out, and I like the wording from the drm-intel > side, so add that. Motivated by a discussion with Christian. > > Cc: Christian König > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Thomas

Re: [PULL] drm-misc-fixes

2021-07-13 Thread Daniel Vetter
> (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer -

[PATCH] dim/drm-misc: Add rule to not push patches with issues

2021-07-09 Thread Daniel Vetter
We kinda left this out, and I like the wording from the drm-intel side, so add that. Motivated by a discussion with Christian. Cc: Christian König Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Thomas Zimmermann Signed-off-by: Daniel Vetter --- committer-drm-misc.rst | 3 +++ 1 file changed, 3

Re: [PULL] drm-misc-next-fixes

2021-06-18 Thread Daniel Vetter
I fixes to make it work with StarTech hub > > > > > > > > > Pu Lehui (1): > > > drm/hyperv: Fix unused const variable 'hyperv_modifiers' > > > > > > Wayne Lin (2): > > > drm/dp_mst: Do not set proposed vcpi directly > > > drm/dp_mst: Avoid to mess up payload table by ports in stale > > > topology > > > > > > drivers/gpu/drm/drm_dp_mst_topology.c | 65 > > > + > > > drivers/gpu/drm/hyperv/hyperv_drm_modeset.c | 2 +- > > > 2 files changed, 40 insertions(+), 27 deletions(-) > > > > > > -- > > > Thomas Zimmermann > > > Graphics Driver Developer > > > SUSE Software Solutions Germany GmbH > > > Maxfeldstr. 5, 90409 Nürnberg, Germany > > > (HRB 36809, AG Nürnberg) > > > Geschäftsführer: Felix Imendörffer -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ___ dim-tools mailing list dim-tools@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dim-tools

Re: [PULL] drm-misc-next

2021-06-10 Thread Daniel Vetter
| 166 +- > drivers/gpu/drm/nouveau/nouveau_bo.c | 6 + > drivers/gpu/drm/nouveau/nouveau_connector.h| 9 +- > drivers/gpu/drm/nouveau/nouveau_encoder.h | 1 + > include/drm/drm_dp_helper.h| 48 +++ > 11 file

Re: [drm-rerere PATCH] nightly.conf: drop amd branches from drm-tip

2021-05-19 Thread Daniel Vetter
be nice to have, if > only to have a common drm integration tree. However, maintaining that > has a cost due to the inevitable conflicts. We can add the branches back > if and when there's interest in sharing the burden. > > Cc: Alex Deucher > Cc: Christian König > Cc: Pan, X

Re: [PULL] drm-intel-fixes

2021-04-15 Thread Daniel Vetter
watermarks > > drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 1 - > drivers/gpu/drm/i915/display/vlv_dsi.c | 4 ++-- > drivers/gpu/drm/i915/intel_pm.c | 4 ++-- > 3 files changed, 4 insertions(+), 5 deletions(-) -- Daniel Vetter Software

Re: [PULL] topic/i915-gem-next

2021-03-26 Thread Daniel Vetter
On Fri, Mar 26, 2021 at 2:31 PM Jani Nikula wrote: > > On Fri, 26 Mar 2021, Daniel Vetter wrote: > > The rough plan we discussed somewhat ad-hoc with Jani (Joonas was > > out this week, but back next) is that they send out a pull with what's > > there right now. Then on

[PULL] topic/i915-gem-next

2021-03-26 Thread Daniel Vetter
) just because I spotted it and put it in here too Ashutosh Dixit (1): drm/i915: Disable pread/pwrite ioctl's for future platforms (v3) Chris Wilson (1): drm/i915: Individual request cancellation Daniel Vetter (2):

Re: [PULL] drm-misc-fixes

2021-03-18 Thread Daniel Vetter
> Christian König (1): > drm/ttm: make ttm_bo_unpin more defensive > > Junlin Yang (1): > drm/omap: dsi: fix unsigned expression compared with zero > > drivers/gpu/drm/omapdrm/dss/dsi.c | 7 --- > include/drm/ttm/ttm_bo_api.h | 6 -- > 2 files chan

Re: [PULL] drm-misc-fixes

2021-02-25 Thread Daniel Vetter
; Graphics Driver Developer > >> SUSE Software Solutions Germany GmbH > >> Maxfeldstr. 5, 90409 Nürnberg, Germany > >> (HRB 36809, AG Nürnberg) > >> Geschäftsführer: Felix Imendörffer > > ___ > > dri-devel mailing list > > dri-de...@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/dri-devel > > > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfeldstr. 5, 90409 Nürnberg, Germany > (HRB 36809, AG Nürnberg) > Geschäftsführer: Felix Imendörffer > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ___ dim-tools mailing list dim-tools@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dim-tools

Re: [PULL] drm-misc-next

2021-01-20 Thread Daniel Vetter
ngs with W=1 (Lee Jones) > > > Andrey Grodzovsky (2): > drm: Unamp the entire device address space on device unplug > drm/sched: Cancel and flush all outstanding jobs before finish. > > Chia-I Wu (

Re: reminder: review of maintainer-tools patches is mandatory

2021-01-14 Thread Daniel Vetter
On Thu, Jan 14, 2021 at 12:21 PM Daniel Stone wrote: > On Thu, 14 Jan 2021 at 07:15, Jani Nikula wrote: > > On Wed, 13 Jan 2021, Daniel Vetter wrote: > > > Yeah with proper MR flow we'd have marge set up (to do the MR merging > > > for us, it's a bot), which adds a

Re: reminder: review of maintainer-tools patches is mandatory

2021-01-13 Thread Daniel Vetter
ge set up (to do the MR merging for us, it's a bot), which adds a Part-of: tag to each commit it pushes through an MR, so you can go back to the MR link and see all the discussion. There's an r-b: tag from me there. I think we should either set that up or disable MR since it's confusing. -Dani

Re: [PULL] drm-misc-fixes

2021-01-08 Thread Daniel Vetter
+ > drivers/gpu/drm/radeon/radeon_ttm.c | 3 --- > drivers/gpu/drm/ttm/ttm_pool.c | 2 -- > 3 files changed, 17 insertions(+), 9 deletions(-) > > -- > Thomas Zimmermann > Graphics Driver Developer > SUSE Software Solutions Germany GmbH > Maxfe

Re: [PULL] drm-misc-next

2021-01-07 Thread Daniel Vetter
/ttm: cleanup LRU handling further > > Chuhong Yuan (1): > drm/fb-helper: Add missed unlocks in setcmap_legacy() > > Dafna Hirschfeld (2): > drm/rockchip: for error print, use the correct device pointer > drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/' >

Re: [PULL] drm-intel-next

2021-01-07 Thread Daniel Vetter
_suspend.c| 33 +- > drivers/gpu/drm/i915/intel_device_info.c |2 +- > drivers/gpu/drm/i915/intel_pm.c| 552 +++--- > drivers/gpu/drm/i915/intel_sideband.c |4 +- > drivers/gpu/drm/i915/intel_uncore.c|4 +- > drivers/gpu/drm/i915/intel_uncore.h|6 +- > include/drm/drm_dsc.h |1 + > 49 files changed, 3222 insertions(+), 3075 deletions(-) > create mode 100644 drivers/gpu/drm/i915/display/i9xx_plane.c > create mode 100644 drivers/gpu/drm/i915/display/i9xx_plane.h > create mode 100644 drivers/gpu/drm/i915/display/intel_cursor.c > create mode 100644 drivers/gpu/drm/i915/display/intel_cursor.h -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch ___ dim-tools mailing list dim-tools@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dim-tools

Re: [PULL] topic/dp-hdmi-2.1-pcon for drm-misc-next

2021-01-07 Thread Daniel Vetter
i915/display/intel_ddi.c | 6 +- > drivers/gpu/drm/i915/display/intel_display_types.h | 10 + > drivers/gpu/drm/i915/display/intel_dp.c| 440 +++- > drivers/gpu/drm/i915/display/intel_dp.h| 7 +- > drivers/gpu/drm/i915/display/intel_hdmi.c | 23

Re: [PULL] drm-misc-next

2021-01-07 Thread Daniel Vetter
ling further > > Chuhong Yuan (1): > drm/fb-helper: Add missed unlocks in setcmap_legacy() > > Dafna Hirschfeld (2): > drm/rockchip: for error print, use the correct device pointer > drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/' > > Dan Carpenter (3): > drm/k

Re: [PULL] drm-intel-fixes

2021-01-07 Thread Daniel Vetter
xecbuffer.c | 4 +++- > drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 1 + > drivers/gpu/drm/i915/i915_cmd_parser.c | 27 > -- > drivers/gpu/drm/i915/i915_drv.c| 5 > drivers/gpu/drm/i915/i915_drv.h

Re: [PULL] drm-intel-next-fixes

2020-12-18 Thread Daniel Vetter
ffer.c | 2 +- > drivers/gpu/drm/i915/i915_drv.h| 12 ++-- > drivers/gpu/drm/i915/i915_irq.c| 27 > ++ > drivers/gpu/drm/i915/i915_perf.c | 2 +- > 4 files changed, 23 insertions(+), 20 deletions(-) > > -- > Jani Nikula, I

Re: [PATCH] dim: require Python 3

2020-12-17 Thread Daniel Vetter
-v python || command -v python3) > > +dim_python=$(command -v python3) > > > > dim_fdo_cookie="--push-option > > fdo.pushedWithDim=this-was-pushed-with-dim-and-not-manually" > > -- > Jani Nikula, Intel Open Source Graphics Center > _

Re: [PATCH] dim: fix handling of 8-bit non-UTF-8 messages

2020-12-15 Thread Daniel Vetter
ry mode to prevent Python from > doing any charset conversion under-the-hood. > > Signed-off-by: Simon Ser > Cc: Daniel Vetter > --- > dim | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/dim b/dim > index ac53ade475c4..f4366ea165a2 10

Re: [PULL] drm-misc-next-fixes

2020-12-15 Thread Daniel Vetter
ll (less than what git shortlog provides): > > * dma-buf: Fix docs > * mxsfb: Silence invalid error message > * radeon: Fix TTM multihop > > -------- > Christian König (1): > drm/radeon: fix check order in rad

Re: [PATCH] dim: decode email message content charset to unicode

2020-12-15 Thread Daniel Vetter
On Tue, Dec 15, 2020 at 12:26 PM Jani Nikula wrote: > > On Tue, 15 Dec 2020, Daniel Vetter wrote: > > Adding Thomas too. > > > > On Tue, Dec 15, 2020 at 10:23 AM Daniel Vetter wrote: > >> > >> On Wed, Nov 4, 2020 at 9:33 AM Jani Nikula wrote: >

Re: [PATCH] dim: decode email message content charset to unicode

2020-12-15 Thread Daniel Vetter
Adding Thomas too. On Tue, Dec 15, 2020 at 10:23 AM Daniel Vetter wrote: > > On Wed, Nov 4, 2020 at 9:33 AM Jani Nikula wrote: > > > > On Wed, 04 Nov 2020, Dave Airlie wrote: > > > is this why I get > > > dim apply-pull drm-next < /tmp/PULL-drm-intel-

Re: [PATCH] dim: decode email message content charset to unicode

2020-12-15 Thread Daniel Vetter
part.get_payload(decode=True) gives us binary instead of > >> unicode, so we also need to do the charset decoding to get the result we > >> want. > >> > >> The problem has likely been observed only now that 'python' no longer > >> exists or points at pytho

[PATCH] gitlab-ci: enable pages job by default again

2020-11-24 Thread Daniel Vetter
Was disabled because of flaky infrastructure, Benjamin says it's looking good now. Cc: Benjamin Tissoires Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 948f3058774b..ab68a168b3d8 100644 --- a/.gitlab

Re: [PATCH] dim: replace message characters leading to decoding errors with U+FFFD

2020-11-24 Thread Daniel Vetter
s.python.org/3/library/stdtypes.html#bytes.decode Thanks for the pointers. Reviewed-by: Daniel Vetter > > > On Wed, 18 Nov 2020, Jani Nikula wrote: > > The character set decoding added in commit b66d07db11e5 ("dim: decode > > email message content charset to unicode"

Re: [PATCH] dim: change the drm-intel-next and drm-intel-next-queued process

2020-11-03 Thread Daniel Vetter
drm-misc is to do a culmulative tag. Essentially just use the tag for note keeping partway through the merge window. -Daniel > > Cc: Daniel Vetter > Cc: Joonas Lahtinen > Cc: Rodrigo Vivi > Signed-off-by: Jani Nikula > --- > dim

Re: [RFC] dim: add a simple facility to require minimum dim version

2020-10-26 Thread Daniel Vetter
e. Ah yes, this should come handy when moving to gitlab too from the old fd.o git servers. Reviewed-by: Daniel Vetter > --- > dim | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/dim b/dim > index 33e2400c32cc..8f2151365556 100755 > --- a/dim &

  1   2   3   4   >