dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 16:22:22 to 2021-04-24 03:47:03 UTC [more...]

[PATCH v3] drm: rcar: unbreak the R-Car menu items
 2021-04-24  3:46 UTC 

[PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-24  3:24 UTC  (24+ messages)
` [PATCH 01/21] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [PATCH 02/21] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [PATCH 03/21] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem
` [PATCH 04/21] drm/i915/gem: Return void from context_apply_all
` [PATCH 05/21] drm/i915: Drop the CONTEXT_CLONE API
` [PATCH 06/21] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
` [PATCH 07/21] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines
` [PATCH 09/21] drm/i915/gem: Disallow creating contexts with too many engines
` [PATCH 10/21] drm/i915/request: Remove the hook from await_execution
` [PATCH 11/21] drm/i915: Stop manually RCU banging in reset_stats_ioctl
` [PATCH 12/21] drm/i915/gem: Add a separate validate_priority helper
` [PATCH 13/21] drm/i915/gem: Add an intermediate proto_context struct
` [PATCH 14/21] drm/i915/gem: Return an error ptr from context_lookup
` [PATCH 15/21] drm/i915/gt: Drop i915_address_space::file
` [PATCH 16/21] drm/i915/gem: Delay context creation
  ` [Intel-gfx] "
` [PATCH 17/21] drm/i915/gem: Don't allow changing the VM on running contexts
` [PATCH 18/21] drm/i915/gem: Don't allow changing the engine set "
` [PATCH 19/21] drm/i915/selftests: Take a VM in kernel_context()
` [PATCH 20/21] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [PATCH 21/21] drm/i915/gem: Roll all of context creation together

[PATCH] drm/msm: fix LLC not being enabled for mmu500 targets
 2021-04-24  1:49 UTC 

[v2 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-24  1:39 UTC  (4+ messages)
` [v2 1/2] dt-bindings: backlight: add DisplayPort aux backlight
` [v2 2/2] backlight: Add DisplayPort aux backlight driver

[PATCH v3 0/5] mediatek: hdmi: add MT8167 configuration
 2021-04-24  0:25 UTC  (7+ messages)
` [PATCH v3 3/5] gpu/drm: mediatek: hdmi: add check for CEA modes only
` [PATCH v3 4/5] gpu/drm: mediatek: hdmi: add optional limit on maximal HDMI mode clock
` [PATCH v3 5/5] gpu/drm: mediatek: hdmi: add MT8167 configuration

[PATCH v2] drm: rcar-du: fix linker undefined references
 2021-04-24  0:12 UTC 

[PATCH] SPI: meson-spifc add missed calls to remove function
 2021-04-24  0:08 UTC  (4+ messages)

[PATCH 00/12] Remove vfio_mdev.c, mdev_parent_ops and more
 2021-04-24  0:08 UTC  (5+ messages)
` [PATCH 01/12] vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
` [PATCH 08/12] vfio/gvt: Convert to use vfio_register_group_dev()
` [PATCH 10/12] vfio/mdev: Remove mdev_parent_ops

[PATCH 1/4] drm/panel: seperate panel power control from panel prepare/unprepare
 2021-04-23 23:50 UTC  (5+ messages)
` [PATCH 3/4] drm/mediatek: fine tune the dsi panel's power sequence
` [PATCH 4/4] drm/mediatek: add dsi module reset driver

[PATCH] drm/amdgpu: Added missing prototype
 2021-04-23 23:33 UTC  (2+ messages)

[pull] amdgpu, radeon drm-next-5.13
 2021-04-23 22:39 UTC 

linux-next: build warning after merge of the amdgpu tree
 2021-04-23 22:39 UTC  (3+ messages)

[PATCH] drm: rcar-du: fix linker undefined references
 2021-04-23 22:05 UTC  (5+ messages)

[PATCH v2 0/1] Document drm_mode_get_plane
 2021-04-23 21:30 UTC  (4+ messages)
` [PATCH v2 1/1] drm/doc: document drm_mode_get_plane

[PATCH v4 00/17] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 21:07 UTC  (19+ messages)
` [PATCH v4 01/17] drm/bridge/cdns-mhdp8546: Register DP aux channel with userspace
` [PATCH v4 02/17] drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early unregister
  ` [Nouveau] "
` [PATCH v4 03/17] drm/dp: Add backpointer to drm_device in drm_dp_aux
` [PATCH v4 04/17] drm/dp: Clarify DP AUX registration time
` [PATCH v4 05/17] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
` [PATCH v4 06/17] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()
` [PATCH v4 07/17] drm/dp: Always print aux channel name in logs
` [PATCH v4 08/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()
` [PATCH v4 09/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()
` [PATCH v4 10/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()
` [PATCH v4 11/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()
` [PATCH v4 12/17] drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()
` [PATCH v4 13/17] drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()
` [PATCH v4 14/17] drm/print: Handle potentially NULL drm_devices in drm_dbg_*
` [PATCH v4 15/17] drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()
` [PATCH v4 16/17] drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()
` [PATCH v4 17/17] drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()

[PATCH] drm/amd/display: Remove condition which is always set to True
 2021-04-23 20:56 UTC 

[PATCH 0/5] drm/msm: add MSM_BO_CACHED_COHERENT (and related changes)
 2021-04-23 19:08 UTC  (6+ messages)
` [PATCH 1/5] drm/msm: remove unnecessary mmap logic for cached BOs
` [PATCH 2/5] drm/msm: replace MSM_BO_UNCACHED with MSM_BO_WC for internal objects
` [PATCH 3/5] drm/msm: use the right pgprot when mapping BOs in the kernel
` [PATCH 4/5] drm/msm: add MSM_BO_CACHED_COHERENT
` [PATCH 5/5] drm/msm: deprecate MSM_BO_UNCACHED (map as writecombine instead)

[PATCH] drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS support
 2021-04-23 19:04 UTC 

[PATCH] drm/amdgpu: Register VGA clients after init can no longer fail
 2021-04-23 18:59 UTC  (2+ messages)

[PATCH v1] drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
 2021-04-23 18:40 UTC  (2+ messages)

[PATCH 0/2] drm/tegra: Fix device/module refs for DP
 2021-04-23 18:21 UTC  (3+ messages)
` [PATCH 1/2] drm/tegra: Get ref for DP AUX channel, not its ddc adapter
` [PATCH 2/2] drm/tegra: Fix DP AUX channel reference leaks

[PATCH v3 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 17:53 UTC  (10+ messages)
` [PATCH v3 03/20] drm/dp: Move i2c init to drm_dp_aux_init, add __must_check and fini

[PATCH v2 0/2] drm/msm/dsi: support CPHY mode for 7nm pll/phy
 2021-04-23 17:24 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: display: msm/dsi: add qcom, dsi-phy-cphy-mode option

[git pull] drm fixes for 5.12 final
 2021-04-23 17:26 UTC  (2+ messages)

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:59 UTC  (21+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls
` [PATCH v5 02/20] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v5 03/20] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v5 04/20] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v5 05/20] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v5 06/20] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v5 07/20] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v5 08/20] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v5 09/20] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v5 10/20] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v5 11/20] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v5 12/20] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v5 13/20] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v5 14/20] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v5 15/20] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v5 16/20] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v5 17/20] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v5 18/20] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v5 19/20] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v5 20/20] arm64: dts: qcom: Link the panel to the bridge's DDC bus

[PATCH v4 00/27] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-23 16:46 UTC  (39+ messages)
` [PATCH v4 08/27] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v4 09/27] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v4 10/27] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v4 11/27] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v4 12/27] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v4 13/27] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v4 14/27] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v4 15/27] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v4 16/27] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v4 17/27] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v4 18/27] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v4 19/27] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v4 20/27] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v4 22/27] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v4 23/27] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v4 24/27] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v4 25/27] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v4 27/27] drm/panel: panel-simple: Prepare/unprepare are refcounted, not forced

[PATCH 2/2] drm/amd/amdgpu: Add dwc quirk for Stoney/CZ platforms
 2021-04-23 16:24 UTC 

[PATCH V2 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver
 2021-04-23 16:03 UTC  (2+ messages)

[PATCH] vfio/gvt: fix DRM_I915_GVT dependency on VFIO_MDEV
 2021-04-23 15:20 UTC  (5+ messages)

[PATCH] drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return code
 2021-04-23 15:05 UTC  (2+ messages)

[PATCH 1/2] drm: Rename DP_PSR_SELECTIVE_UPDATE to better mach eDP spec
 2021-04-23 14:52 UTC  (4+ messages)
  ` [Intel-gfx] "

i.MX53 error during GPU use
 2021-04-23 14:35 UTC  (2+ messages)

[PATCH 1/2] drm/mediatek: set panel orientation before drm_dev_register()
 2021-04-23 13:53 UTC  (2+ messages)

[PATCH v5 00/16] Restricted DMA
 2021-04-23 13:46 UTC  (10+ messages)
` [PATCH v5 05/16] swiotlb: Add restricted DMA pool initialization
` [PATCH v5 08/16] swiotlb: Update is_swiotlb_active to add a struct device argument
` [PATCH v5 14/16] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v5 16/16] of: Add plumbing for restricted DMA pool

[led-backlight] default-brightness-level issue
 2021-04-23 13:04 UTC 

[PATCH v2] drm/i915: Invoke BXT _DSM to enable MUX on HP Workstation laptops
 2021-04-23 12:41 UTC  (3+ messages)

[PATCH] gpu: drm: Use devm_platform_ioremap_resource_byname
 2021-04-23  8:41 UTC 

[PATCH 00/40] [Set 16] Rid W=1 warnings from GPU!
 2021-04-23 12:12 UTC  (9+ messages)
` [PATCH 18/40] drm/omapdrm/omap_irq: Fix a couple of incorrectly documented functions
` [PATCH 19/40] drm/omapdrm/omap_gem: Properly document omap_gem_dumb_map_offset()
` [PATCH 31/40] drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs

[PATCH] drm/amd/amdgpu: Fix errors in documentation of function parameters
 2021-04-23 11:38 UTC 

[RFC PATCH 1/3] dt-bindings: display: simple: Add the panel on sc7180-trogdor-pompom
 2021-04-23 11:14 UTC  (5+ messages)

[PATCH] drm/i915: Fix docbook descriptions for i915_cmd_parser
 2021-04-23 10:42 UTC  (5+ messages)

[PATCH v2] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()
 2021-04-23  9:47 UTC  (5+ messages)

[PATCH v3 0/3] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()
 2021-04-23  9:26 UTC  (4+ messages)
` [PATCH v3 1/3] drm/bridge: nwl-dsi: Force a full modeset when crtc_state->active is changed to be true
` [PATCH v3 2/3] drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()
` [PATCH v3 3/3] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()

[PATCH RESEND] drm: bridge: adv7511: Support I2S IEC958 encoded PCM format
 2021-04-23  8:33 UTC  (2+ messages)

[PATCH v6 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-04-23  8:27 UTC  (8+ messages)

[PATCH 1/2] coda: fix reference counting in coda_file_mmap error path
 2021-04-23  8:10 UTC  (5+ messages)

[PATCH v2 00/10] Implement multi-GPU DMA mappings for KFD
 2021-04-23  7:23 UTC  (4+ messages)
` [PATCH v2 04/10] drm/amdgpu: Simplify AQL queue mapping

[PATCH v4] drm/doc/rfc: i915 DG1 uAPI
 2021-04-23  6:25 UTC  (2+ messages)

[PATCH 1/2] drm: remove usage of drm_pci_alloc/free
 2021-04-23  2:02 UTC  (2+ messages)
` [PATCH 2/2] drm: remove legacy drm_pci_alloc/free abstraction

[PATCH] drm/mediatek: clear pending flag when cmdq packet is done
 2021-04-23  1:29 UTC  (2+ messages)

[PATCH][next] drm/amdkfd: remove redundant initialization to variable r
 2021-04-22 19:43 UTC  (2+ messages)

[PATCH][next] drm/amdkfd: fix uint32 variable compared to less than zero
 2021-04-22 19:42 UTC  (2+ messages)

[PATCH 0/4] drm/i915: Fix older platforms
 2021-04-22 18:51 UTC  (4+ messages)
` [PATCH 4/4] drm/i915: Rewrite CL/CTG L-shaped memory detection
  ` [Intel-gfx] "

[PATCH v2] drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_lock_all with drm_modeset_lock
 2021-04-22 18:39 UTC 

[PATCH] drm/drm_file.c: Define drm_send_event_helper() as 'static'
 2021-04-22 17:51 UTC 

[PATCH] drm/ttm: fix error handling if no BO can be swapped out v4
 2021-04-22 17:19 UTC  (2+ messages)

[PATCH v2 3/3] drm/msm/dpu: hw_blk: make dpu_hw_blk empty opaque structure
 2021-04-22 17:08 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_lock_all with drm_modeset_lock
 2021-04-22 16:50 UTC  (2+ messages)

[PULL] drm-misc-next-fixes
 2021-04-22 16:40 UTC  (2+ messages)

[PATCH V2 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-04-22 16:22 UTC  (3+ 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).