dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-14 16:22:41 to 2020-12-15 10:49:27 UTC [more...]

[PATCH v6 00/84] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-12-15 10:46 UTC  (80+ messages)
` [PATCH v6 01/84] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCH v6 02/84] drm/omap: drop unused dsi.configure_pins
` [PATCH v6 03/84] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCH v6 04/84] drm/omap: constify write buffers
` [PATCH v6 05/84] drm/omap: dsi: add generic transfer function
` [PATCH v6 06/84] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCH v6 07/84] drm/omap: dsi: unexport specific data transfer functions
` [PATCH v6 08/84] drm/omap: dsi: drop virtual channel logic
` [PATCH v6 09/84] drm/omap: dsi: simplify write function
` [PATCH v6 10/84] drm/omap: dsi: simplify read functions
` [PATCH v6 11/84] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCH v6 12/84] drm/omap: dsi: introduce mipi_dsi_host
` [PATCH v6 13/84] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCH v6 14/84] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCH v6 15/84] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCH v6 16/84] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCH v6 17/84] drm/omap: dsi: drop unused memory_read()
` [PATCH v6 18/84] drm/omap: dsi: drop unused get_te()
` [PATCH v6 19/84] drm/omap: dsi: drop unused enable_te()
` [PATCH v6 20/84] drm/omap: dsi: drop useless sync()
` [PATCH v6 21/84] drm/omap: dsi: use pixel-format and mode from attach
` [PATCH v6 22/84] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCH v6 23/84] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCH v6 24/84] drm/omap: dsi: move TE GPIO handling into core
` [PATCH v6 25/84] drm/omap: dsi: drop custom enable_te() API
` [PATCH v6 26/84] drm/omap: dsi: do bus locking in host driver
` [PATCH v6 27/84] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCH v6 28/84] drm/omap: dsi: do ULPS in host driver
` [PATCH v6 29/84] drm/omap: dsi: move panel refresh function to host
` [PATCH v6 30/84] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCH v6 31/84] drm/omap: dsi: drop custom panel capability support
` [PATCH v6 32/84] drm/omap: dsi: convert to drm_panel
` [PATCH v6 33/84] drm/omap: drop omapdss-boot-init
` [PATCH v6 34/84] drm/omap: dsi: implement check timings
` [PATCH v6 35/84] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCH v6 36/84] drm/omap: panel-dsi-cm: support unbinding
` [PATCH v6 37/84] drm/omap: panel-dsi-cm: fix remove()
` [PATCH v6 38/84] drm/omap: remove global dss_device variable
` [PATCH v6 39/84] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCH v6 40/84] drm/omap: dsi: Register a drm_bridge
` [PATCH v6 41/84] drm/omap: remove legacy DSS device operations
` [PATCH v6 42/84] drm/omap: remove unused omap_connector
` [PATCH v6 43/84] drm/omap: simplify omap_display_id
` [PATCH v6 44/84] drm/omap: drop unused DSS next pointer
` [PATCH v6 45/84] drm/omap: drop DSS ops_flags
` [PATCH v6 46/84] drm/omap: drop dssdev display field
` [PATCH v6 47/84] drm/omap: simplify DSI manual update code
` [PATCH v6 48/84] drm/omap: dsi: simplify pin config
` [PATCH v6 49/84] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCH v6 50/84] drm/omap: squash omapdrm sub-modules into one
` [PATCH v6 51/84] drm/omap: remove unused display.c
` [PATCH v6 52/84] drm/omap: drop unused owner field
` [PATCH v6 53/84] drm/omap: remove dispc_ops
` [PATCH v6 54/84] drm/omap: remove dss_mgr_ops
` [PATCH v6 55/84] drm/panel: panel-dsi-cm: use MIPI_DCS_GET_ERROR_COUNT_ON_DSI
` [PATCH v6 56/84] drm/panel: panel-dsi-cm: cleanup tear enable
` [PATCH v6 57/84] ARM: dts: omap5: add address-cells & size-cells to dsi
` [PATCH v6 58/84] drm/omap: pll: fix iteration loop check
` [PATCH v6 59/84] drm/omap: dsi: set trans_mode according to client mode_flags
` [PATCH v6 60/84] drm/panel: panel-dsi-cm: set column & page at setup
` [PATCH v6 61/84] drm/omap: dsi: send nop instead of page & column
` [PATCH v6 62/84] drm/omap: dsi: simplify VC handling
` [PATCH v6 63/84] drm/omap: dsi: drop useless channel checks
` [PATCH v6 64/84] drm/omap: dsi: cleanup dispc channel usage
` [PATCH v6 65/84] drm/omap: dsi: rename 'channel' to 'vc'
` [PATCH v6 66/84] drm/omap: dsi: pass vc and channel to various functions
` [PATCH v6 67/84] drm/omap: dsi: untangle vc & channel
` [PATCH v6 68/84] drm/omap: dsi: skip dsi_vc_enable_hs when already in correct mode
` [PATCH v6 69/84] drm/omap: dsi: enable HS before sending the frame
` [PATCH v6 70/84] drm/omap: dsi: use separate VCs for cmd and video
` [PATCH v6 71/84] drm/panel: panel-dsi-cm: remove extra 'if'
` [PATCH v6 72/84] drm/panel: panel-dsi-cm: add panel database to driver
` [PATCH v6 73/84] drm/panel: panel-dsi-cm: drop unneeded includes
` [PATCH v6 77/84] drm/omap: dsi: display_disable cleanup
` [PATCH v6 78/84] drm/omap: dsi: rename dsi_display_* functions
` [PATCH v6 79/84] drm/omap: dsi: cleanup initial vc setup
` [PATCH v6 80/84] drm/omap: dsi: split video mode enable/disable into separate func
` [PATCH v6 82/84] drm/omap: dsi: remove ulps support
` [PATCH v6 84/84] drm/omap: dsi: allow DSI commands to be sent early

[radeon-alex:amd-20.45 198/2427] ./usr/include/drm/amdgpu_drm.h:314:2: error: unknown type name 'int32_t'
 2020-12-15 10:26 UTC 

[radeon-alex:amd-20.45 1953/2427] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dce60/dce60_clk_mgr.c:83:5: warning: no previous prototype for function 'dce60_get_dp_ref_freq_khz'
 2020-12-15 10:23 UTC 

[PATCH v5 00/29] Convert DSI code to use drm_mipi_dsi and drm_panel (second half)
 2020-12-15 10:05 UTC  (16+ messages)
` [PATCH v5 24/29] drm/omap: dsi: cleanup initial vc setup
` [PATCH v5 25/29] drm/omap: dsi: split video mode enable/disable into separate func
` [PATCH v5 26/29] drm/omap: dsi: fix and cleanup ddr_clk_always_on
` [PATCH v5 27/29] drm/omap: dsi: remove ulps support
` [PATCH v5 28/29] drm/omap: dsi: fix DCS_CMD_ENABLE
` [PATCH v5 29/29] drm/omap: dsi: allow DSI commands to be sent early

[PATCH v1 0/1] drm: mxsfb: Silence -EPROBE_DEFER while waiting for bridge
 2020-12-15 10:01 UTC  (3+ messages)
` [PATCH v1 1/1] "

linux-next: manual merge of the drm tree with the crypto tree
 2020-12-15  9:58 UTC  (2+ messages)

[PATCH] udlfb: Fix memory leak in dlfb_usb_probe
 2020-12-15  9:55 UTC  (2+ messages)

[PATCH v3 0/9] Xilinx AI engine kernel driver
 2020-12-15  9:49 UTC  (5+ messages)

linux-next: build warnings after merge of the drm tree
 2020-12-15  9:42 UTC  (5+ messages)

[PATCH 0/4] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2020-12-15  8:30 UTC  (4+ messages)
` [PATCH 1/4] drm/bridge: nwl-dsi: Set PHY mode in nwl_dsi_enable()

[PATCH 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2020-12-14 15:27 UTC  (4+ messages)
` [PATCH 01/15] irqchip: Allow to compile bcmstb on other platforms

[PATCH v2 -next] drm/rockchip: cdn-dp-core: fix function not used when PM_SLEEP is not set
 2020-12-14 23:33 UTC 

[PATCH -next] drm: omapdrm: Delete useless kfree code
 2020-12-14 13:46 UTC 

Using Etnaviv with mxsfb-drm
 2020-12-14 14:17 UTC  (3+ messages)

[PATCH] drm/hisilicon: Fix use-after-free
 2020-12-14 10:32 UTC 

KASAN: vmalloc-out-of-bounds Read in drm_fb_helper_dirty_work (2)
 2020-12-14 13:46 UTC 

[PATCH -next] fbdev: s3c2410fb: convert comma to semicolon
 2020-12-14 13:33 UTC 

[radeon-alex:amd-20.45 1953/2427] drivers/gpu/drm/amd/include/asic_reg/dce/dce_6_0_d.h:568:43: warning: initialized field overwritten
 2020-12-15  3:25 UTC 

[PATCH] drm/hisilicon: Fix rmmod hibmc_drm failed
 2020-12-15  7:53 UTC  (2+ messages)

[PATCH] dma-buf: system_heap: Use PTR_ERR_OR_ZERO() to simplify code
 2020-12-15  2:38 UTC 

[PATCH] drm/sun4i: hdmi: Use PTR_ERR_OR_ZERO() to simplify code
 2020-12-15  2:16 UTC 

[PATCH] drm/tegra: Use PTR_ERR_OR_ZERO() to simplify code
 2020-12-15  7:00 UTC 

[PATCH -next] fbdev: imsttfb: convert comma to semicolon
 2020-12-14 13:34 UTC 

[PATCH v3 0/7] drm: Try to fix encoder possible_clones/crtc
 2020-12-14 20:26 UTC  (10+ messages)
` [PATCH v3 6/7] drm: Validate encoder->possible_crtcs

[v1] drm/msm/disp/dpu1: turn off vblank irqs aggressively in dpu driver
 2020-12-14 18:32 UTC  (2+ messages)

memory leak in dlfb_usb_probe
 2020-12-14  9:13 UTC 

[PATCH v3] drm: rockchip: hdmi: enable higher resolutions than FHD
 2020-12-14 11:03 UTC  (2+ messages)

[PATCH -next] backlight: sky81452-backlight: convert comma to semicolon
 2020-12-15  8:04 UTC  (3+ messages)

[radeon-alex:amd-20.45 2392/2427] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:9376:5: warning: no previous prototype for 'amdgpu_dm_dp_mst_add_affected_dsc_crtcs'
 2020-12-15  7:25 UTC 

[radeon-alex:amd-20.45 1379/2427] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c:103:35: error: no member named 'bw_params' in 'struct clk_mgr'
 2020-12-15  7:19 UTC 

[radeon-alex:amd-20.45 2127/2427] drivers/gpu/drm/amd/amdgpu/../display/dc/bios/command_table.c:1880:39: sparse: sparse: incorrect type in argument 1 (different base types)
 2020-12-15  6:44 UTC 

[radeon-alex:amd-20.45 189/2427] ./usr/include/drm/amdgpu_drm.h:874:4: error: unknown type name 'uint32_t'
 2020-12-15  6:19 UTC 

[radeon-alex:amd-20.45 2387/2427] drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1284:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute
 2020-12-15  6:18 UTC  (2+ messages)

[radeon-alex:amd-20.45 2349/2427] drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:272:15: warning: initialized field overwritten
 2020-12-15  6:03 UTC 

[radeon-alex:amd-20.45 1587/2427] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c:882:6: warning: no previous prototype for 'kgd_gfx_v10_set_address_watch'
 2020-12-15  5:50 UTC 

[PATCH] drm/panel: s6e63m0: Support max-brightness
 2020-12-15  5:44 UTC  (2+ messages)

[radeon-alex:amd-20.45 2016/2427] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3987:62: warning: passing argument 1 of 'drm_gem_fb_get_obj' discards 'const' qualifier from pointer target type
 2020-12-15  5:23 UTC 

[radeon-alex:amd-20.45 2016/2427] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3987:62: warning: passing argument 1 of 'drm_gem_fb_get_obj' discards 'const' qualifier from pointer target type
 2020-12-15  5:22 UTC 

[radeon-alex:amd-20.45 1835/2427] drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:788:5: error: redefinition of 'amdgpu_mn_register'
 2020-12-15  4:28 UTC 

[radeon-alex:amd-20.45 2016/2427] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3987:33: sparse: sparse: incorrect type in argument 1 (different modifiers)
 2020-12-15  4:25 UTC 

[PATCH v3 0/3] Experimental freesync video mode optimization
 2020-12-15  4:10 UTC  (6+ messages)
` [PATCH v3 1/3] drm/amd/display: Add module parameter for freesync video mode
` [PATCH v3 2/3] drm/amd/display: Add freesync video modes based on preferred modes
` [PATCH v3 3/3] drm/amd/display: Skip modeset for front porch change

[radeon-alex:amd-20.45 1087/2427] drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:679:12: warning: variable 'temp' set but not used
 2020-12-15  3:34 UTC 

[radeon-alex:amd-20.45 1016/2427] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:854:6: warning: no previous prototype for 'kgd_gfx_v9_set_address_watch'
 2020-12-15  3:25 UTC 

linux-next: build warning after merge of the amdgpu tree
 2020-12-15  2:49 UTC  (2+ messages)

[Bug 205147] New: Unable to shut down - radeon_drv.c - radeon_suspend_kms()
 2020-12-15  2:07 UTC  (2+ messages)
` [Bug 205147] "

[radeon-alex:amd-20.45 630/2427] drivers/gpu/drm/amd/amdgpu/amdgpu_sem.c:103:17: sparse: sparse: incorrect type in initializer (different base types)
 2020-12-15  1:35 UTC 

[radeon-alex:amd-20.45 1087/2427] drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h:679:12: warning: variable 'temp' set but not used
 2020-12-15  1:15 UTC 

[PATCH] drm/amd/display: Revert "add DCN support for aarch64"
 2020-12-14 23:50 UTC  (2+ messages)

[Bug 201539] New: AMDGPU R9 390 automatic fan speed control in Linux 4.19
 2020-12-14 23:44 UTC  (4+ messages)
` [Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

[PATCH v2, 00/17] drm/mediatek: add support for mediatek SOC MT8192
 2020-12-14 23:40 UTC  (3+ messages)
` [PATCH v2, 12/17] drm/mediatek: fix gamma size config

[git pull] drm for 5.11-rc1
 2020-12-14 22:55 UTC  (6+ messages)

[PATCH linux-next] drm/amd/display: Adding prototype for dccg21_update_dpp_dto()
 2020-12-14 22:16 UTC  (2+ messages)

[PATCH 0/2] Add DT bindings with dynamic-power-coefficient for Mali GPUs
 2020-12-14 22:06 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: mali-midgard: Add dynamic-power-coefficient
` [PATCH 2/2] dt-bindings: mali-bifrost: "

[PATCH] drm/amd/display: Fixed kernel test robot warning
 2020-12-14 22:04 UTC  (2+ messages)

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-14 21:13 UTC  (5+ messages)
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity

[PATCH v2 0/9] drm: rcar-du: Fix LVDS-related crash
 2020-12-14 20:52 UTC  (10+ messages)
` [PATCH v2 1/9] drm: rcar-du: Fix crash when using LVDS1 clock for CRTC
` [PATCH v2 2/9] drm: rcar-du: Release vsp device reference in all error paths
` [PATCH v2 3/9] drm: rcar-du: Drop unneeded encoder cleanup in error path
` [PATCH v2 4/9] drm: rcar-du: Use DRM-managed allocation for VSP planes
` [PATCH v2 5/9] drm: rcar-du: Use DRM-managed allocation for encoders
` [PATCH v2 6/9] drm: rcar-du: Embed drm_device in rcar_du_device
` [PATCH v2 7/9] drm: rcar-du: Replace dev_private with container_of
` [PATCH v2 8/9] drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link mode
` [PATCH v2 9/9] drm: rcar-du: Drop local encoder variable

[PATCH] drm/amdkfd: fix ttm size refactor fallout
 2020-12-14 20:51 UTC  (6+ messages)

linux-next: manual merge of the drm tree with the pci tree
 2020-12-14 20:39 UTC  (2+ messages)

ttm multihop split out v2
 2020-12-14 20:37 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu/ttm: use multihop

[PATCH] drm/ttm: cleanup BO size handling v3
 2020-12-14 20:34 UTC  (3+ messages)

[PATCH 1/2] drm/ttm: use pin_count more extensively
 2020-12-14 19:29 UTC  (3+ messages)
` [PATCH 2/2] drm/ttm: cleanup LRU handling further

[PATCH v2 2/2] drm: automatic legacy gamma support
 2020-12-14 18:49 UTC  (6+ messages)
      ` [kbuild-all] "

[Bug 210683] New: Nasty gpu powersave regression Navi14
 2020-12-14 18:22 UTC  (2+ messages)
` [Bug 210683] Nasty amdgpu "

[PATCH v6 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-14 17:49 UTC 

[PATCH 0/9] drm: rcar-du: Fix LVDS-related crash
 2020-12-14 17:21 UTC  (13+ messages)
` [PATCH 4/9] drm: rcar-du: Use DRM-managed allocation for VSP planes
` [PATCH 6/9] drm: rcar-du: Embed drm_device in rcar_du_device
` [PATCH 7/9] drm: rcar-du: Replace dev_private with container_of
` [PATCH 8/9] drm: rcar-du: Skip encoder allocation for LVDS1 in dual-link mode
` [PATCH 9/9] drm: rcar-du: Drop local encoder variable

[PATCH 3/4] dma-buf: begin/end_cpu might lock the dma_resv lock
 2020-12-14 17:16 UTC  (2+ messages)
` [PATCH] "

[Intel-gfx] [PATCH 1/2] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
 2020-12-14 16:22 UTC  (7+ messages)


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).