dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-17 22:37:40 to 2020-12-20 11:10:39 UTC [more...]

[PATCH 0/2] drm/amd/display: Adjustments for dc_create()
 2020-12-19 17:46 UTC  (2+ messages)
` [PATCH 1/2] drm/amd/display: Return directly after a failed kzalloc() in dc_create()

[PATCH 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711
 2020-12-18 14:45 UTC  (24+ messages)
` [PATCH 02/15] drm/vc4: hdmi: Move hdmi reset to bind
` [PATCH 04/15] drm/vc4: hdmi: Fix up CEC registers
` [PATCH 05/15] drm/vc4: hdmi: Restore cec physical address on reconnect
` [PATCH 06/15] drm/vc4: hdmi: Compute the CEC clock divider from the clock rate
` [PATCH 07/15] drm/vc4: hdmi: Update the CEC clock divider on HSM rate change
` [PATCH 08/15] drm/vc4: hdmi: Introduce a CEC clock
` [PATCH 11/15] drm/vc4: hdmi: Remove cec_available flag
` [PATCH 12/15] drm/vc4: hdmi: Don't register the CEC adapter if there's no interrupts

[PATCH 1/3] drm: mxsfb: add i.MX6UL/i.MX6ULL to the list of supported SoCs in Kconfig
 2020-12-18 14:10 UTC  (3+ messages)
` [PATCH 2/3] drm: mxsfb: add alpha plane support on i.MX6UL/i.MX6ULL
` [PATCH 3/3] dt-bindings: mxsfb: add compatible for i.MX6UL/i.MX6ULL

kernel BUG at drivers/dma-buf/dma-buf.c:LINE!
 2020-12-19  9:41 UTC  (3+ messages)

BUG: unable to handle kernel paging request in cfb_imageblit
 2020-12-18 15:27 UTC  (3+ messages)

[PATCH v2 00/48] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-12-19 11:02 UTC  (63+ messages)
` [PATCH v2 01/48] dt-bindings: memory: tegra20: emc: Replace core regulator with power domain
` [PATCH v2 02/48] dt-bindings: memory: tegra30: "
` [PATCH v2 03/48] dt-bindings: memory: tegra124: "
` [PATCH v2 04/48] dt-bindings: host1x: Document OPP and power domain properties
` [PATCH v2 05/48] media: dt: bindings: tegra-vde: "
` [PATCH v2 06/48] dt-bindings: clock: tegra: Document clocks sub-node
` [PATCH v2 07/48] dt-bindings: arm: tegra: Add binding for core power domain
` [PATCH v2 08/48] regulator: Make regulator_sync_voltage() usable by coupled regulators
` [PATCH v2 09/48] opp: Add dev_pm_opp_sync_regulators()
` [PATCH v2 10/48] opp: Add dev_pm_opp_set_voltage()
` [PATCH v2 11/48] opp: Add dev_pm_opp_find_level_ceil()
` [PATCH v2 12/48] opp: Add dev_pm_opp_get_required_pstate()
` [PATCH v2 13/48] opp: Add resource-managed versions of OPP API functions
` [PATCH v2 14/48] opp: Filter out OPPs based on availability of a required-OPP
` [PATCH v2 15/48] opp: Support set_opp() customization without requiring to use regulators
` [PATCH v2 16/48] opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()
` [PATCH v2 17/48] opp: Correct debug message in _opp_add_static_v2()
` [PATCH v2 18/48] opp: Print OPP level in debug message of _opp_add_static_v2()
` [PATCH v2 19/48] opp: Fix adding OPP entries in a wrong order if rate is unavailable
` [PATCH v2 20/48] PM: domains: Make set_performance_state() callback optional
` [PATCH v2 21/48] PM: domains: Add "performance" column to debug summary
` [PATCH v2 22/48] soc/tegra: pmc: Fix imbalanced clock disabling in error code path
` [PATCH v2 23/48] soc/tegra: pmc: Pulse resets after removing power clamp
` [PATCH v2 24/48] soc/tegra: pmc: Ensure that clock rates aren't too high
` [PATCH v2 25/48] soc/tegra: pmc: Print out domain name when reset fails to acquire
` [PATCH v2 26/48] soc/tegra: Add devm_tegra_core_dev_init_opp_table()
` [PATCH v2 27/48] soc/tegra: Add CONFIG_SOC_TEGRA_COMMON and select PM_OPP by default
` [PATCH v2 28/48] soc/tegra: Introduce core power domain driver
` [PATCH v2 29/48] soc/tegra: pmc: Link domains to the parent Core domain
` [PATCH v2 30/48] soc/tegra: regulators: Fix locking up when voltage-spread is out of range
` [PATCH v2 31/48] soc/tegra: regulators: Support Core domain state syncing
` [PATCH v2 32/48] clk: tegra: Support runtime PM, power domain and OPP
` [PATCH v2 33/48] gpu: host1x: Add host1x_channel_stop()
` [PATCH v2 34/48] gpu: host1x: Support power management
` [PATCH v2 35/48] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v2 36/48] drm/tegra: gr2d: Correct swapped device-tree compatibles
` [PATCH v2 37/48] drm/tegra: gr2d: Support OPP and power management
` [PATCH v2 38/48] drm/tegra: g3d: "
` [PATCH v2 39/48] drm/tegra: vic: Stop channel before suspending
` [PATCH v2 40/48] media: staging: tegra-vde: Support OPP and generic power domain
` [PATCH v2 41/48] memory: tegra20-emc: Use devm_tegra_core_dev_init_opp_table()
` [PATCH v2 42/48] memory: tegra30-emc: "
` [PATCH v2 43/48] ARM: tegra: Add OPP tables and power domains to Tegra20 device-tree
` [PATCH v2 44/48] ARM: tegra: Add OPP tables and power domains to Tegra30 device-tree
` [PATCH v2 45/48] ARM: tegra: acer-a500: Enable core voltage scaling
` [PATCH v2 46/48] ARM: tegra: ventana: "
` [PATCH v2 47/48] ARM: tegra: ventana: Support CPU voltage scaling and thermal throttling
` [PATCH v2 48/48] ARM: tegra: cardhu: "

WARNING: suspicious RCU usage in modeset_lock
 2020-12-18 16:23 UTC  (10+ messages)

[PATCH] drm/[amdgpu|radeon]: fix memset on io mem
 2020-12-18 15:19 UTC  (19+ messages)

[PATCH AUTOSEL 5.4 05/10] drm/amd/display: Prevent bandwidth overflow
 2020-12-20  3:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 06/10] drm/amdkfd: Fix leak in dmabuf import

[PATCH AUTOSEL 5.9 08/15] drm/amd/display: Prevent bandwidth overflow
 2020-12-20  3:34 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 09/15] drm/amdkfd: Fix leak in dmabuf import

[Bug 210683] New: Nasty gpu powersave regression Navi14
 2020-12-20  3:26 UTC  (2+ messages)
` [Bug 210683] Nasty amdgpu "

[PATCH 0/5] Share mtk mutex driver for both DRM and MDP
 2020-12-20  2:36 UTC  (6+ messages)
` [PATCH 1/5] drm/mediatek: Remove redundant file including
` [PATCH 2/5] drm/mediatek: Rename file mtk_drm_ddp to mtk_mutex
` [PATCH 3/5] drm/mediatek: Change disp/ddp term to mutex in mtk mutex driver
` [PATCH 4/5] drm/mediatek: Automatically search unclaimed mtk mutex in mtk_mutex_get()
` [PATCH 5/5] soc / drm: mediatek: Move mtk mutex driver to soc folder

udl: Unrecognized vendor firmware descriptor (all zeroes)
 2020-12-19 19:06 UTC  (2+ messages)

[RFC][PATCH 1/3] dma-buf: heaps: Add deferred-free-helper library code
 2020-12-19 15:35 UTC  (6+ messages)
` [RFC][PATCH 2/3] dma-buf: system_heap: Add pagepool support to system heap
` [RFC][PATCH 3/3] dma-buf: system_heap: Add deferred freeing to the "
  ` [dma] adc430f226: WARNING:at_kernel/sched/core.c:#__might_sleep

[Bug 210787] New: amdgpu fan NA on multi gpu R9 nano
 2020-12-19  9:25 UTC  (2+ messages)
` [Bug 210787] "

[PATCH] drm/virtio: align blob resources to page sizes
 2020-12-19  3:19 UTC 

[PATCH 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2020-12-18 22:42 UTC  (18+ messages)
` [PATCH 01/14] phy: Add LVDS configuration options
` [PATCH 02/14] media: uapi: Add some RGB bus formats for i.MX8qm/qxp pixel combiner
` [PATCH 03/14] media: docs: "
` [PATCH 04/14] dt-bindings: display: bridge: Add i.MX8qm/qxp pixel combiner binding
` [PATCH 05/14] drm/bridge: imx: Add i.MX8qm/qxp pixel combiner support
` [PATCH 06/14] dt-bindings: display: bridge: Add i.MX8qm/qxp display pixel link binding
` [PATCH 07/14] drm/bridge: imx: Add i.MX8qm/qxp display pixel link support
` [PATCH 08/14] dt-bindings: display: bridge: Add i.MX8qxp pixel link to DPI binding
` [PATCH 09/14] drm/bridge: imx: Add i.MX8qxp pixel link to DPI support
` [PATCH 10/14] drm/bridge: imx: Add LDB driver helper support
` [PATCH 11/14] dt-bindings: display: bridge: Add i.MX8qm/qxp LVDS display bridge binding
` [PATCH 12/14] drm/bridge: imx: Add LDB support for i.MX8qxp
` [PATCH 13/14] drm/bridge: imx: Add LDB support for i.MX8qm
` [PATCH 14/14] MAINTAINERS: add maintainer for DRM bridge drivers for i.MX SoCs

[PATCH v2 0/1] dt-bindings: display: eliminate yamllint warnings
 2020-12-18 21:18 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/3] drm/panel: ABT Y030XX067A panel support
 2020-12-18 21:17 UTC  (3+ messages)
` [PATCH] dt-bindings/display: abt,y030xx067a: Fix binding

[PULL] drm-next, part 2 + fixes
 2020-12-18 20:54 UTC  (2+ messages)

linux-firmware: add firmware for Lontium lt9611uxc DSI to HDMI bridge
 2020-12-18 19:06 UTC  (2+ messages)

[PATCH v9 1/5] drm: Add function to convert rect in 16.16 fixed format to regular format
 2020-12-18 18:46 UTC 

[PATCH 1/4] drm/ttm: add debugfs directory v2
 2020-12-18 17:55 UTC  (4+ messages)
` [PATCH 2/4] drm/ttm: add a debugfs file for the global page pools
` [PATCH 3/4] drm/ttm: add debugfs entry to test pool shrinker
` [PATCH 4/4] drm/ttm: optimize ttm pool shrinker a bit

[PATCH] drm/komeda: Fix bit check to import to value of proper type
 2020-12-18 16:08 UTC  (2+ messages)

[PULL] drm-intel-next-fixes
 2020-12-18 15:42 UTC  (2+ messages)

[PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
 2020-12-18 14:30 UTC  (11+ messages)

[PATCH] drm/nouveau: fix multihop when move doesn't work
 2020-12-18 14:15 UTC  (3+ messages)

[PATCH] drm/qxl: don't allocate a dma_address array
 2020-12-18 14:09 UTC  (2+ messages)

[RFC PATCH 1/1] drm/amdgpu: cleanup vce/vcn selftests
 2020-12-18 11:21 UTC 

[PATCH v7 00/15] Add support for DP-HDMI2.1 PCON
 2020-12-18 11:11 UTC  (19+ messages)
` [PATCH v7 01/15] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [PATCH v7 02/15] drm/edid: Parse MAX_FRL field from HFVSDB block
` [PATCH v7 03/15] drm/edid: Parse DSC1.2 cap fields "
` [PATCH v7 04/15] drm/dp_helper: Add Helpers for FRL Link Training support for DP-HDMI2.1 PCON
` [PATCH v7 05/15] drm/dp_helper: Add support for link failure detection
` [PATCH v7 06/15] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [PATCH v7 07/15] drm/dp_helper: Add helpers to configure PCONs RGB-YCbCr Conversion
` [PATCH v7 08/15] drm/i915: Capture max frl rate for PCON in dfp cap structure
` [PATCH v7 09/15] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [PATCH v7 10/15] drm/i915: Check for FRL training before DP Link training
` [PATCH v7 11/15] drm/i915: Add support for enabling link status and recovery
` [PATCH v7 12/15] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder
` [PATCH v7 13/15] drm/i915: Add helper functions for calculating DSC parameters for HDMI2.1
` [PATCH v7 14/15] drm/i915/display: Configure PCON for DSC1.1 to DSC1.2 encoding
` [PATCH v7 15/15] drm/i915/display: Let PCON convert from RGB to YCbCr if it can

[PATCH v2] dt-bindings: display: bridge: tc358768: Change maintainer information
 2020-12-18  8:35 UTC 

[PATCH v5 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2020-12-18  3:23 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: display: imx: Add i.MX8qxp/qm DPU binding
` [PATCH v5 2/6] dt-bindings: display: imx: Add i.MX8qxp/qm PRG binding
` [PATCH v5 3/6] dt-bindings: display: imx: Add i.MX8qxp/qm DPR channel binding
` [PATCH v5 4/6] drm/atomic: Avoid unused-but-set-variable warning on for_each_old_plane_in_state
` [PATCH v5 5/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
` [PATCH v5 6/6] MAINTAINERS: add maintainer for i.MX8qxp DPU DRM driver

[PATCH v5 1/6] mfd: rt4831: Adds support for Richtek RT4831 core
 2020-12-17 15:00 UTC  (6+ messages)
` [PATCH v5 2/6] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight
` [PATCH v5 3/6] regulator: rt4831: Adds DT binding document for Richtek RT4831 DSV regulator
` [PATCH v5 4/6] mfd: rt4831: Adds DT binding document for Richtek RT4831 core
` [PATCH v5 5/6] backlight: rt4831: Adds support for Richtek RT4831 backlight
` [PATCH v5 6/6] regulator: rt4831: Adds support for Richtek RT4831 DSV regulator

[PATCH v6] drm/bridge: add it6505 driver
 2020-12-17 10:17 UTC  (3+ messages)

[PATCH] cma_heap: fix implicit function declaration
 2020-12-17 12:30 UTC 

[PATCH v3 0/9] Xilinx AI engine kernel driver
 2020-12-17  8:40 UTC  (6+ messages)

[RFC PATCH 0/2] drm: use dynamic_debug
 2020-12-17 21:31 UTC  (4+ messages)
` [RFC PATCH 1/2] drm: RFC add choice to use dynamic debug in drm-debug

[PATCH v2] drm/bridge: lt9611: Fix handling of 4k panels
 2020-12-17 14:09 UTC 

[PATCH] drm: Introduce a drm_crtc_commit_wait helper
 2020-12-17 14:43 UTC 

[PATCH v8, 0/6] drm/mediatek: add support for mediatek SOC MT8183
 2020-12-17  9:03 UTC  (3+ messages)
` [PATCH v8, 6/6] "

[PATCH] dt-bindings: display: bridge: tc358768: Remove maintainer information
 2020-12-18  8:02 UTC  (5+ messages)

[Bug 210739] New: Regression in 5.10, Oops at amdgpu_connector_dp_detect()
 2020-12-18  0:18 UTC  (2+ messages)
` [Bug 210739] "

[PATCH] dt-bindings: display: renesas,du: Convert binding to YAML
 2020-12-17 23:48 UTC  (2+ messages)
` [PATCH] dt-bindings: display: renesas, du: "

[PATCH] dt-bindings: display: bridge: renesas, lvds: RZ/G2E needs renesas, companion too
 2020-12-17 23:32 UTC  (2+ messages)

[PATCH v3 0/3] Experimental freesync video mode optimization
 2020-12-17 22:37 UTC  (4+ messages)
` [PATCH v3 1/3] drm/amd/display: Add module parameter for freesync video mode


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