dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 17:30:29 to 2020-11-17 08:33:53 UTC [more...]

[PATCH v2 00/42] Rid W=1 warnings from GPU (non-Radeon)
 2020-11-17  8:33 UTC  (50+ messages)
` [PATCH 01/42] drm/amd/amdgpu/atombios_encoders: Remove set but unused variable 'backlight_level'
` [PATCH 02/42] drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate_state'
` [PATCH 03/42] drm/drm_dp_mst_topology: Remove set but never used variable 'len'
` [PATCH 04/42] drm/exynos/exynos7_drm_decon: Supply missing description for param 'ctx'
` [PATCH 05/42] drm/exynos/exynos_drm_fimd: Add "
` [PATCH 06/42] drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'
` [PATCH 07/42] drm/mediatek/mtk_dpi: Remove unused struct definition 'mtk_dpi_encoder_funcs'
` [PATCH 08/42] drm/mediatek/mtk_disp_color: Fix formatting and provide missing member description
` [PATCH 09/42] drm/mediatek/mtk_disp_ovl: "
` [PATCH 10/42] drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct "
` [PATCH 11/42] drm/mediatek/mtk_drm_crtc: Demote seriously out-of-date struct header
` [PATCH 12/42] drm/mediatek/mtk_drm_drv: Staticise local function invoked by reference
` [PATCH 13/42] drm/meson/meson_venc: Make local function 'meson_venc_hdmi_get_dmt_vmode' static
` [PATCH 14/42] drm/meson/meson_vclk: Make two local functions static
` [PATCH 15/42] drm/msm/adreno/a6xx_gpu: Staticise local function 'a6xx_idle'
` [PATCH 16/42] drm/msm/disp/mdp5/mdp5_crtc: Make local function 'mdp5_crtc_setup_pipeline()' static
` [PATCH 17/42] drm/msm/disp/mdp5/mdp5_ctl: Demote non-conformant kernel-doc headers
` [PATCH 18/42] drm/msm/disp/mdp5/mdp5_kms: Make local functions 'mdp5_{en, dis}able()' static
` [PATCH 19/42] drm/msm/disp/dpu1/dpu_core_perf: Remove set but unused variable 'dpu_cstate'
` [PATCH 20/42] drm/msm/disp/dpu1/dpu_encoder: Remove a bunch of unused variables
` [PATCH 21/42] drm/nouveau/nvkm/core/firmware: Fix formatting, provide missing param description
` [PATCH 22/42] drm/pl111/pl111_display: Make local function static
` [PATCH 23/42] drm/pl111/pl111_debugfs: Make local function 'pl111_debugfs_regs()' static
` [PATCH 24/42] drm/rockchip/dw-mipi-dsi-rockchip: Demote non-conformant kernel-doc headers
` [PATCH 25/42] drm/rockchip/rockchip_rgb: Consume our own header
` [PATCH 26/42] drm/rockchip/rockchip_lvds: Fix struct document formatting
` [PATCH 27/42] drm/selftests/test-drm_mm: Mark 'hole_end' as always_unused
` [PATCH 28/42] drm/selftests/test-drm_framebuffer: Remove set but unused variable 'fb'
` [PATCH 29/42] drm/selftests/test-drm_dp_mst_helper: Place 'struct drm_dp_sideband_msg_req_body' onto the heap
` [PATCH 30/42] drm/selftests/test-drm_dp_mst_helper: Move 'sideband_msg_req_encode_decode' "
` [PATCH 31/42] drm/ttm/ttm_bo: Fix one function header - demote lots of kernel-doc abuses
` [PATCH 32/42] drm/ttm/ttm_tt: Demote kernel-doc header format abuses
` [PATCH 33/42] drm/ttm/ttm_range_manager: Demote non-conformant kernel-doc header
` [PATCH 34/42] drm/v3d/v3d_drv: Remove unused static variable 'v3d_v3d_pm_ops'
` [PATCH 35/42] drm/v3d/v3d_gem: Provide descriptions for 'v3d_lookup_bos's params
` [PATCH 36/42] drm/v3d/v3d_sched: Demote non-conformant kernel-doc header
` [PATCH 37/42] drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unused
` [PATCH 38/42] drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'
` [PATCH 39/42] drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headers
` [PATCH 40/42] drm/vc4/vc4_debugfs: "
` [PATCH 41/42] gpu/ipu-v3/ipu-di: Strip out 2 unused 'di_sync_config' entries
` [PATCH 42/42] include/drm/drm_atomic: Make use of 'new_crtc_state'

[PATCH 00/10] drm/fb-helper: Various fixes and cleanups
 2020-11-17  8:05 UTC  (14+ messages)
` [PATCH 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
` [PATCH 02/10] drm/fb-helper: Unmap client buffer during shutdown
` [PATCH 03/10] drm/client: Depend on GEM object kmap ref-counting
` [PATCH 04/10] drm/fb-helper: Rename dirty worker to damage worker
` [PATCH 05/10] drm/fb-helper: Return early in dirty worker
` [PATCH 06/10] drm/fb-helper: Separate shadow-buffer flushing and calling dirty callback
` [PATCH 07/10] drm/fb-helper: Move damage blit code and its setup into separate routine
` [PATCH 08/10] drm/fb-helper: Restore damage area upon errors
` [PATCH 09/10] drm/fb-helper: Copy dma-buf map before flushing shadow fb
` [PATCH 10/10] drm/fb-helper: Acquire modeset lock around shadow-buffer flushing

[radeon-alex:amd-staging-drm-next 593/598] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5374:5: warning: no previous prototype for function 'amdgpu_dm_crtc_atomic_set_property'
 2020-11-17  7:26 UTC 

[PATCH] drm/kmb: Fix possible oops in probe error handling
 2020-11-17  7:21 UTC 

[PATCH] drm/kmb: Remove an unnecessary NULL check
 2020-11-17  7:21 UTC 

[radeon-alex:amd-staging-drm-next 576/598] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:764:5: warning: no previous prototype for function 'vangogh_set_default_dpm_tables'
 2020-11-17  7:01 UTC 

[PATCH v3 0/5] console: Miscellaneous clean-ups, do not use FNTCHARCNT() in fbcon.c
 2020-11-17  6:21 UTC  (9+ messages)

[radeon-alex:amd-staging-drm-next 576/598] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:764:5: warning: no previous prototype for function 'vangogh_set_default_dpm_tables'
 2020-11-17  4:20 UTC 

[PATCH] dt-bindings: display: Use OF graph schema
 2020-11-17  1:37 UTC 

linux-next: manual merge of the amdgpu tree with the drm tree
 2020-11-17  0:31 UTC 

[RESEND PATCH 0/3] Move Mediatek MIPI DSI PHY driver from DRM folder to PHY folder
 2020-11-16 23:14 UTC  (4+ messages)
` [RESEND PATCH 1/3] drm/mediatek: Separate mtk_mipi_tx to an independent module
` [RESEND PATCH 2/3] phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folder
` [RESEND PATCH 3/3] MAINTAINERS: add files for Mediatek DRM drivers

[RESEND v2 00/43] Rid W=1 warnings from GPU
 2020-11-16 20:50 UTC  (75+ messages)
` [PATCH 01/43] drm/radeon/atombios_encoders: Move 'radeon_atom_get_tv_timings()'s prototype into shared location
` [PATCH 02/43] drm/radeon/radeon: Move prototype into shared header
` [PATCH 03/43] drm/radeon/radeon_kms: Move 'radeon_*_kms' prototypes to "
` [PATCH 04/43] drm/radeon/radeon_kms: Fix misnaming of 'radeon_info_ioctl's dev param
` [PATCH 05/43] drm/radeon: Move radeon_ttm{init, fini} to shared location
` [PATCH 06/43] drm/radeon/radeon_legacy_encoders: Move 'radeon_add_legacy_encoder' prototype to shared header
` [PATCH 07/43] drm/radeon/radeon_legacy_encoders: Move 'radeon_add_legacy_encoder's prototype to shared location
` [PATCH 08/43] drm/radeon/radeon_irq_kms: Demote non-conformant kernel-doc fix another
` [PATCH 09/43] drm/radeon/rv770: Move 'rv770_set_clk_bypass_mode' prototype to shared location
` [PATCH 10/43] drm/radeon/radeon_pm: Move 'radeon_pm_acpi_event_handler' prototype into shared header
` [PATCH 11/43] drm/radeon/radeon_audio: Move 'dce3_2_*' prototypes to shared location
` [PATCH 12/43] drm/radeon/evergreen: Move 'evergreen_*' and 'sumo_*' prototypes out "
` [PATCH 13/43] drm/radeon/radeon_drv: Move 'radeon_mmap()'s prototype to shared header
` [PATCH 14/43] drm/radeon/radeon_drv: Move 'radeon_driver_irq_handler_kms's prototype into "
` [PATCH 15/43] drm/radeon/atom: Move 'radeon_atom_hw_i2c_*()'s prototypes "
` [PATCH 16/43] drm/radeon/radeon_gem: Move 'radeon_gem_prime_*()'s prototypes to "
` [PATCH 17/43] drm/radeon/evergreen_hdmi: Move 'evergreen_*()' and 'dce4_*()' HDMI "
` [PATCH 18/43] drm/radeon/rv770: Move 'rv770_get_*()'s "
` [PATCH 19/43] drm/radeon/ni_dpm: Move 'ni_get_{pi, ps}()'s into "
` [PATCH 20/43] drm/radeon/evergreen: Move 'cayman_*()'s prototypes to "
` [PATCH 21/43] drm/radeon/r600_dma: Move 'r600_gpu_check_soft_reset()'s prototype to shared location
` [PATCH 22/43] drm/radeon/cik: Move 'r600_ih_ring_{alloc, fini}()'s prototypes to shared header
` [PATCH 23/43] drm/radeon/evergreen_dma: Move 'evergreen_gpu_check_soft_reset()'s prototype "
` [PATCH 24/43] drm/radeon/r600: Move 'evergreen_rlc_resume()'s "
` [PATCH 25/43] drm/radeon/ni_dma: Move 'cayman_gpu_check_soft_reset()'s "
` [PATCH 26/43] drm/radeon/radeon_atombios: Move 'radeon_add_atom_encoder()'s "
` [PATCH 27/43] drm/radeon/radeon_encoders: Move 'radeon_atom_backlight_init's "
` [PATCH 28/43] drm/radeon/ci_dpm: Move 'ci_*()'s prototypes "
` [PATCH 29/43] drm/radeon/si_dpm: Move 'si_mc_load_microcode()'s prototype "
` [PATCH 30/43] drm/radeon/si_dma: Move 'si_gpu_check_soft_reset()'s "
` [PATCH 31/43] drm/radeon/cik: Move 'si_*()'s prototypes "
` [PATCH 32/43] drm/radeon/btc_dpm: Move 'evergreen_get_pi's prototype "
` [PATCH 33/43] drm/radeon/radeon_audio: Move 'dce6_*()'s prototypes "
` [PATCH 34/43] drm/radeon/evergreen: Move 'si_get_csb_*()'s "
` [PATCH 35/43] drm/radeon/cik_sdma: Move 'amdgpu_cik_gpu_check_soft_reset()'s prototype "
` [PATCH 36/43] drm/radeon/evergreen: Move 'cik_*()'s prototypes "
` [PATCH 37/43] drm/radeon/ci_dpm: Move 'si_*()'s "
` [PATCH 38/43] drm/radeon/cik: Move 'Move 'cik_sdma_*()'s "
` [PATCH 39/43] drm/radeon/si_dpm: Move 'vce_v1_0_enable_mgcg()'s prototype "
` [PATCH 40/43] drm/radeon/cik: Move 'vce_v2_0_enable_mgcg()'s "
` [PATCH 41/43] drm/radeon/evergreen_cs: Move 'r600_dma_cs_next_reloc()'s "
` [PATCH 42/43] drm/radeon/radeon_audio: Move 'r600_*' prototypes into "
` [PATCH 43/43] drm/radeon/radeon_drv: Move 'radeon_gem_prime_import_sg_table()'s prototype to "

[PATCH v2 0/8] RFC Support hot device unplug in amdgpu
 2020-11-16 20:42 UTC  (14+ messages)
` [PATCH v2 1/8] drm: Add dummy page per device or GEM object

[PATCH 0/4] drm/meson: Module removal fixes
 2020-11-16 20:07 UTC  (5+ messages)
` [PATCH 1/4] drm/meson: Free RDMA resources after tearing down DRM
` [PATCH 2/4] drm/meson: Unbind all connectors on module removal
` [PATCH 3/4] drm/meson: dw-hdmi: Register a callback to disable the regulator
` [PATCH 4/4] drm/meson: dw-hdmi: Ensure that clocks are enabled before touching the TOP registers

[PATCH 0/7] drm/radeon: Convert to generic fbdev emulation
 2020-11-16 20:07 UTC  (6+ messages)
` [PATCH 4/7] drm/radeon: Pin buffers while they are vmap'ed

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 19:48 UTC  (11+ messages)
` [PATCH v4 05/27] drm: fix some "
` [PATCH v4 10/27] video: "

[RESEND 00/43] Rid W=1 warnings from GPU
 2020-11-16 19:47 UTC  (25+ messages)
` [PATCH 01/43] drm/radeon/atombios_encoders: Move 'radeon_atom_get_tv_timings()'s prototype into shared location
` [PATCH 02/43] drm/radeon/radeon: Move prototype into shared header
` [PATCH 03/43] drm/radeon/radeon_kms: Move 'radeon_*_kms' prototypes to "
` [PATCH 04/43] drm/radeon/radeon_kms: Fix misnaming of 'radeon_info_ioctl's dev param
` [PATCH 05/43] drm/radeon: Move radeon_ttm{init, fini} to shared location
` [PATCH 06/43] drm/radeon/radeon_legacy_encoders: Move 'radeon_add_legacy_encoder' prototype to shared header
` [PATCH 07/43] drm/radeon/radeon_legacy_encoders: Move 'radeon_add_legacy_encoder's prototype to shared location
` [PATCH 08/43] drm/radeon/radeon_irq_kms: Demote non-conformant kernel-doc fix another
` [PATCH 09/43] drm/radeon/rv770: Move 'rv770_set_clk_bypass_mode' prototype to shared location
` [PATCH 10/43] drm/radeon/radeon_pm: Move 'radeon_pm_acpi_event_handler' prototype into shared header
` [PATCH 11/43] drm/radeon/radeon_audio: Move 'dce3_2_*' prototypes to shared location
` [PATCH 12/43] drm/radeon/evergreen: Move 'evergreen_*' and 'sumo_*' prototypes out "

Patch "drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]" has been added to the 4.9-stable tree
 2020-11-16 19:26 UTC 

[git pull] drm next pull for 5.10-rc1
 2020-11-16 19:25 UTC  (4+ messages)

Patch "drm/gma500: Fix out-of-bounds access to struct drm_device.vblank[]" has been added to the 4.4-stable tree
 2020-11-16 19:26 UTC 

[PATCH v3] dt-bindings: display: panel: one file of all simple LVDS panels with dual ports
 2020-11-16 19:23 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix check oder in amdgpu_bo_move
 2020-11-16 19:22 UTC  (2+ messages)

[PATCH] drm/imx: depend on COMMON_CLK to fix compile tests
 2020-11-16 18:14 UTC 

[PATCH 1/2] drm/exynos: depend on COMMON_CLK to fix compile tests
 2020-11-16 17:53 UTC  (2+ messages)
` [PATCH 2/2] drm/ingenic: "

[RESEND PATCH v2 0/5] drm/msm: support for host-cached BOs
 2020-11-16 17:50 UTC  (7+ messages)
` [RESEND PATCH v2 4/5] drm/msm: add DRM_MSM_GEM_SYNC_CACHE for non-coherent cache maintenance

[PATCH v2 0/3] drm/msm: Shrinker fixes and opts
 2020-11-16 17:48 UTC  (4+ messages)
` [PATCH v2 1/3] drm/msm: Protect obj->active_count under obj lock
` [PATCH v2 2/3] drm/msm/shrinker: We can vmap shrink active_list too
` [PATCH v2 3/3] drm/msm/shrinker: Only iterate dontneed objs

[RESEND 00/42] Rid W=1 warnings from GPU (non-Radeon)
 2020-11-16 17:33 UTC  (4+ messages)
` [PATCH 01/42] drm/amd/amdgpu/atombios_encoders: Remove set but unused variable 'backlight_level'
` [PATCH 02/42] drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate_state'
` [PATCH 03/42] drm/drm_dp_mst_topology: Remove set but never used variable 'len'

[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
 2020-11-16 17:33 UTC  (5+ messages)
` [PATCH 02/30] include: drm: drm_atomic: Artificially use 'crtc' to avoid 'not used' warning


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).