dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-30 23:25:07 to 2021-12-02 09:49:55 UTC [more...]

[PATCH] drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.c
 2021-12-02  9:49 UTC  (6+ messages)
` [drm] d1af5cd869: BUG:kernel_NULL_pointer_dereference,address
  ` [PATCH] drm: fix error found in some cases after the patch d1af5cd86997
        ` [PATCH] mock a drm_plane in igt_check_plane_state to make the test more robust

[PATCH] drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
 2021-12-02  9:39 UTC  (4+ messages)

[PATCH v2] drm: fsl-dcu: enable PIXCLK on LS1021A
 2021-12-02  9:03 UTC  (3+ messages)

[PULL] drm-misc-fixes
 2021-12-02  8:44 UTC 

[Bug 210263] New: brightness device returns ENXIO (?) on brightness restore at boot, with bootoption "quiet"
 2021-12-02  8:35 UTC  (2+ messages)
` [Bug 210263] "

[syzbot] WARNING in __dma_map_sg_attrs
 2021-12-01 18:18 UTC 

[PATCH v16 00/40] NVIDIA Tegra power management patches for 5.17
 2021-12-02  8:16 UTC  (19+ messages)
` [PATCH v16 13/40] drm/tegra: gr2d: Support generic power domain and runtime PM
` [PATCH v16 14/40] drm/tegra: gr3d: "
` [PATCH v16 16/40] drm/tegra: nvdec: Stop channel on suspend
` [PATCH v16 17/40] drm/tegra: submit: Remove pm_runtime_enabled() checks
` [PATCH v16 18/40] drm/tegra: Consolidate runtime PM management of older UAPI codepath
` [PATCH v16 19/40] usb: chipidea: tegra: Add runtime PM and OPP support
` [PATCH v16 20/40] bus: tegra-gmi: "
` [PATCH v16 21/40] pwm: tegra: "
` [PATCH v16 22/40] mmc: sdhci-tegra: "
` [PATCH v16 25/40] media: dt: bindings: tegra-vde: Convert to schema
` [PATCH v16 32/40] soc/tegra: pmc: Rename core power domain
` [PATCH v16 34/40] ARM: tegra: Rename CPU and EMC OPP table device-tree nodes
` [PATCH v16 35/40] ARM: tegra: Add 500MHz entry to Tegra30 memory OPP table
` [PATCH v16 36/40] ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees
` [PATCH v16 37/40] ARM: tegra: Add OPP tables and power domains to Tegra30 device-trees
` [PATCH v16 38/40] ARM: tegra: Add Memory Client resets to Tegra20 GR2D, GR3D and Host1x
` [PATCH v16 39/40] ARM: tegra: Add Memory Client resets to Tegra30 "

[PATCH v4 1/6] drm: move the buddy allocator from i915 into common drm
 2021-12-02  8:03 UTC  (9+ messages)
` [PATCH v4 2/6] drm: improve drm_buddy_alloc function
` [PATCH v4 3/6] drm: implement top-down allocation method
` [PATCH v4 4/6] drm: implement a method to free unused pages
` [PATCH v4 5/6] drm/amdgpu: move vram inline functions into a header
` [PATCH v4 6/6] drm/amdgpu: add drm buddy support to amdgpu

[PATCH v4 0/2] Fix mediatek-drm suspend and resume issue
 2021-12-02  6:40 UTC  (3+ messages)
` [PATCH v4 1/2] drm/mediatek: add wait_for_event for crtc disable by cmdq
` [PATCH v4 2/2] drm/mediatek: add devlink to cmdq dev

[PATCH] drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()
 2021-12-02  4:48 UTC 

[PATCH v12, 00/19] Support multi hardware decode using of_platform_populate
 2021-12-02  3:45 UTC  (20+ messages)
` [PATCH v12, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v12, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v12, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v12, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v12, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v12, 06/19] media: mtk-vcodec: Add to support multi hardware decode
` [PATCH v12, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v12, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v12, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v12, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v12, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v12, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v12, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v12, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v12, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v12, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v12, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v12, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v12, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[PATCH v11, 00/19] Support multi hardware decode using of_platform_populate
 2021-12-02  2:38 UTC  (29+ messages)
` [PATCH v11, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v11, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v11, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v11, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v11, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v11, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v11, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v11, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v11, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
  ` [PATCH v11,14/19] "
` [PATCH v11, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v11, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

linux-next: manual merge of the drm-intel-gt tree with the drm-intel tree
 2021-12-02  0:30 UTC 

[PATCH] drm/i915: replace X86_FEATURE_PAT with pat_enabled()
 2021-12-02  0:30 UTC 

[PATCH v2 00/20] Support HDMI audio on NVIDIA Tegra20
 2021-12-01 23:50 UTC  (9+ messages)
` [PATCH v2 01/20] ASoC: dt-bindings: Add binding for Tegra20 S/PDIF
` [PATCH v2 02/20] ASoC: dt-bindings: tegra20-i2s: Convert to schema
` [PATCH v2 03/20] ASoC: dt-bindings: tegra20-i2s: Document new nvidia, fixed-parent-rate property
  ` [PATCH v2 03/20] ASoC: dt-bindings: tegra20-i2s: Document new nvidia,fixed-parent-rate property
` [PATCH v2 04/20] dt-bindings: host1x: Document optional HDMI sound-dai-cells

[pull] amdgpu, amdkfd drm-fixes-5.16
 2021-12-01 23:28 UTC 

[PATCH v2 0/4] drm/msm/dpu: cleanup plane state
 2021-12-01 22:51 UTC  (5+ messages)
` [PATCH v2 1/4] drm/msm/dpu: drop scaler config from "
` [PATCH v2 2/4] drm/msm/dpu: drop pe argument from _dpu_hw_sspp_setup_scaler3
` [PATCH v2 3/4] drm/msm/dpu: simplify DPU_SSPP features checks
` [PATCH v2 4/4] drm/msm/dpu: fix CDP setup to account for multirect index

[PATCH v1 0/8] drm/msm/dpu: cleanup debugfs code
 2021-12-01 22:26 UTC  (9+ messages)
` [PATCH v1 1/8] drm/msm/dpu: move disable_danger out of plane subdir
` [PATCH v1 2/8] drm/msm/dpu: fix safe status debugfs file
` [PATCH v1 3/8] drm/msm/dpu: make danger_status/safe_status readable
` [PATCH v1 4/8] drm/msm/dpu: drop plane's default_scaling debugfs file
` [PATCH v1 5/8] drm/msm/dpu: stop manually removing debugfs files for the DPU plane
` [PATCH v1 6/8] drm/msm/dpu: stop manually removing debugfs files for the DPU CRTC
` [PATCH v1 7/8] drm/msm/dpu: simplify DPU's regset32 code
` [PATCH v1 8/8] drm/msm/dpu: move SSPP debugfs support from plane to SSPP code

[PATCH 0/6] drm/tiny/st7735r: Match up with staging/fbtft driver
 2021-12-01 22:08 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: display: sitronix, st7735r: Fix backlight in example
  ` [PATCH 1/6] dt-bindings: display: sitronix,st7735r: "
` [PATCH 2/6] dt-bindings: display: sitronix, st7735r: Make reset-gpios optional
  ` [PATCH 2/6] dt-bindings: display: sitronix,st7735r: "
` [PATCH 3/6] dt-bindings: display: sitronix, st7735r: Remove spi-max-frequency limit
  ` [PATCH 3/6] dt-bindings: display: sitronix,st7735r: "
` [PATCH 4/6] dt-bindings: display: sitronix, st7735r: Add initialization properties
  ` [PATCH 4/6] dt-bindings: display: sitronix,st7735r: "

[PATCH v3 0/2] R-Car DU: Add DSI encoder driver for V3U
 2021-12-01 21:58 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: display: bridge: Add binding for R-Car MIPI DSI/CSI-2 TX
` [PATCH v3 2/2] drm: rcar-du: Add R-Car DSI driver
  ` [PATCH v3.1 "

[PATCH v2 0/2] staging: fbtft: add and use macro FBTFT_REGISTER_SPI_DRIVER
 2021-12-01 21:04 UTC  (3+ messages)
` [PATCH v2 1/2] staging: fbtft: add "
` [PATCH v2 2/2] staging: fbtft: sh1106: use new "

[PATCH v4 0/4] check sink_count before update is_connected status
 2021-12-01 20:48 UTC  (5+ messages)
` [PATCH v4 4/4] drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed

[PATCH v3 0/2] drm/msm: Fix dsi/bridge probe
 2021-12-01 20:20 UTC  (4+ messages)
` [PATCH v3 1/2] drm/msm: Allocate msm_drm_private early and pass it as driver data
` [PATCH v3 2/2] drm/msm: Initialize MDSS irq domain at probe time
  ` [PATCH] "

[PATCH] drm/radeon/radeon_connectors: Fix a NULL pointer dereference in radeon_fp_native_mode()
 2021-12-01 20:04 UTC  (2+ messages)

[PATCH] fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()
 2021-12-01 20:03 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: ls2k1000: add gpu device node
 2021-12-01 18:48 UTC  (4+ messages)
` [PATCH v2 2/3] drm/etnaviv: add pci device driver support
` [PATCH v2 3/3] mips: loongson64: enable etnaviv drm driver on ls2k1000 and ls3a4000

[PATCH v10 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-01 17:02 UTC  (11+ messages)
` [PATCH v10 4/8] drm/ingenic: Add dw-hdmi driver for jz4780

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-12-01 16:04 UTC  (4+ messages)
` [PATCH 09/12] arm64: dts: rockchip: rk356x: Add HDMI nodes

[PATCH] drm/gma500/cdv: Fix a wild pointer dereference in cdv_intel_dp_get_modes()
 2021-12-01 15:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/nouveau/dispnv04: Fix a NULL pointer dereference in nv17_tv_get_ld_modes()
 2021-12-01 15:45 UTC 

[PATCH v4 1/4] arm64: dts: qcom: sc7280: add display dt nodes
 2021-12-01 15:31 UTC  (7+ messages)
` [PATCH v4 2/4] arm64: dts: qcom: sc7280: Add DSI display nodes
` [PATCH v4 3/4] arm64: dts: qcom: sc7280: add edp display dt nodes

[PATCH 0/3] ast: Fix I2C corner cases wrt init/cleanup
 2021-12-01 15:31 UTC  (4+ messages)
` [PATCH 1/3] drm/ast: Handle failed I2C initialization gracefully
` [PATCH 2/3] drm/ast: Convert I2C code to managed cleanup
` [PATCH 3/3] drm/ast: Fail if connector initialization fails

[PATCH v4 4/4] arm64: dts: qcom: sc7280: Add Display Port node
 2021-12-01 15:23 UTC  (2+ messages)

[PATCH] drm: Return error codes from struct drm_driver.gem_create_object
 2021-12-01 15:16 UTC  (3+ messages)

[PATCH v2] drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_kms()
 2021-12-01 15:15 UTC  (9+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH v2 05/16] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww
 2021-12-01 15:07 UTC  (3+ messages)
` [PATCH] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2

[PATCH v2 0/3] drm/etnaviv: IOMMU related fixes
 2021-12-01 14:18 UTC  (6+ messages)
` [PATCH v2 3/3] drm/etnaviv: use a 32 bit mask as coherent DMA mask

[PATCH] drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
 2021-12-01 13:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/16] drm/i915: Remove short term pins from execbuf
 2021-12-01 13:11 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH v4 0/2] More preparation for multi gt patches
 2021-12-01 12:58 UTC  (9+ messages)
` [PATCH v4 1/2] drm/i915: Store backpointer to GT in uncore
` [PATCH v4 2/2] drm/i915: Use to_root_gt() to refer to the root tile
        ` [Intel-gfx] "

[PATCH] drm/etnaviv: constify static struct cooling_ops
 2021-12-01 12:30 UTC  (2+ messages)

[RFC PATCH 0/2] Attempt to avoid dma-fence-[chain|array] lockdep splats
 2021-12-01 12:16 UTC  (19+ messages)
` [RFC PATCH 1/2] dma-fence: Avoid establishing a locking order between fence classes
                      ` [Linaro-mm-sig] "

[PATCH] drm/msm/dpu: fix exception in error path
 2021-12-01 12:13 UTC  (3+ messages)

[PATCH v2 0/7] agp: Various minor fixes
 2021-12-01 11:46 UTC  (8+ messages)
` [PATCH v2 1/7] agp: Remove trailing whitespaces
` [PATCH v2 2/7] agp: Include "compat_ioctl.h" where necessary
` [PATCH v2 3/7] agp: Documentation fixes
` [PATCH v2 4/7] agp/ati: Return error from ati_create_page_map()
` [PATCH v2 5/7] agp/nvidia: Declare value returned by readl() as unused
` [PATCH v2 6/7] agp/sworks: Remove unused variable 'current_size'
` [PATCH v2 7/7] agp/via: "

[PATCH v2 1/3] dt-bindings: ls2k1000: add gpu device node
 2021-12-01 11:32 UTC 

[PATCH v2 0/2] drm: rcar-du: mipi-dsi: Cleanup and Fixes
 2021-12-01 10:43 UTC  (7+ messages)
` [PATCH v2 1/2] drm: rcar-du: mipi-dsi: Support bridge probe ordering
` [PATCH v2 2/2] drm: rcar-du: mipi-dsi: Use devm_drm_of_get_bridge helper

[PATCH v3] dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
 2021-12-01 10:09 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2] drm/i915/dp: Perform 30ms delay after source OUI write
 2021-12-01  8:58 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()
 2021-11-30 14:33 UTC  (2+ messages)

[PATCH v2 1/2] drm/msm: Allocate msm_drm_private early and pass it as driver data
 2021-12-01  6:04 UTC  (2+ messages)

[PATCH] drm: rcar-du: add modifiers support
 2021-12-01  5:47 UTC  (6+ messages)

[PATCH v4] drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_kms()
 2021-12-01  3:23 UTC 

[PATCH] drm/panel: Update BOE and INX initial code
 2021-12-01  2:32 UTC  (2+ messages)
` [v2] drm/panel: Update Boe-tv110c9m and Inx-hj110iz "

[PATCH] drm/exynos: drop the use of label from exynos_dsi_register_te_irq
 2021-12-01  2:40 UTC 

[PATCH v5 0/1] Use i915 macros to check for PTEs
 2021-12-01  0:58 UTC  (3+ messages)
` [PATCH v5] drm/i915: Re-use i915 macros for checking PTEs
  ` [Intel-gfx] "


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