dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 13:26:05 to 2021-04-29 10:51:07 UTC [more...]

[PATCH v8 0/5] drm: Move struct drm_device.pdev to legacy
 2021-04-29 10:50 UTC  (2+ messages)
` [PATCH v8 1/5] drm/ast: Remove reference to struct drm_device.pdev

Independent EDID parsing library
 2021-04-29 10:49 UTC 

[PATCH v2 1/9] drm/doc/rfc: i915 DG1 uAPI
 2021-04-29 10:30 UTC  (9+ messages)
` [PATCH v2 2/9] drm/i915: mark stolen as private
` [PATCH v2 3/9] drm/i915/query: Expose memory regions through the query uAPI
` [PATCH v2 4/9] drm/i915: rework gem_create flow for upcoming extensions
` [PATCH v2 5/9] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [PATCH v2 6/9] drm/i915/uapi: implement object placement extension
` [PATCH v2 7/9] drm/i915/lmem: support optional CPU clearing for special internal use
` [PATCH v2 8/9] drm/i915/gem: clear userspace buffers for LMEM
` [PATCH v2 9/9] drm/i915/gem: hide new uAPI behind CONFIG_BROKEN

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-29 10:24 UTC  (2+ messages)

[PATCH] drm/vc4: fix argument ordering in vc4_crtc_get_margins()
 2021-04-29 10:19 UTC  (2+ messages)

[PATCH] drm/i915: Be more gentle with exiting non-persistent context
 2021-04-29  9:46 UTC 

[PULL] drm-misc-next-fixes
 2021-04-29  9:32 UTC  (5+ messages)

[PATCH v2] drm/i915/gem: Remove reference to struct drm_device.pdev
 2021-04-29  9:32 UTC  (3+ messages)

[PATCH 1/2] drm/msm/dp: service only one irq_hpd if there are multiple irq_hpd pending
 2021-04-29  9:26 UTC  (7+ messages)

[PATCH v4] drm/ast: Fixed CVE for DP501
 2021-04-29  9:21 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 0/6] Workaround building improvements
 2021-04-29  9:12 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: Drop duplicate WaDisable4x2SubspanOptimization:hsw
` [PATCH 2/6] drm/i915/debugfs: Expose read mask in i915_wa_registers
` [PATCH 3/6] drm/i915: Add a separate low-level helper for masked workarounds
` [PATCH 4/6] drm/i915/icl: Use appropriate helper for a masked workaround
` [PATCH 5/6] drm/i915/icl: Stop conflating mask and readback verify
` [PATCH 6/6] drm/i915: Add more checks when building workaround lists

[PULL] drm-misc-next-fixes
 2021-04-29  9:03 UTC 

[PATCH 1/2] drm/i915/overlay: Fix active retire callback alignment
 2021-04-29  8:35 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/selftests: "

[PATCH 0/1] Add support for querying engine cycles
 2021-04-29  8:34 UTC  (3+ messages)
` [PATCH 1/1] i915/query: Correlate engine and cpu timestamps with better accuracy

[PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-29  8:06 UTC  (35+ messages)
` [PATCH 03/21] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem
  ` [Intel-gfx] "
` [PATCH 05/21] drm/i915: Drop the CONTEXT_CLONE API
  ` [Intel-gfx] "
` [PATCH 06/21] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
  ` [Intel-gfx] "
` [PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines
        ` [Intel-gfx] "
` [PATCH 09/21] drm/i915/gem: Disallow creating contexts with too many engines
  ` [Intel-gfx] "
` [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 v5 00/27] RFC Support hot device unplug in amdgpu
 2021-04-29  7:19 UTC  (40+ messages)
` [PATCH v5 01/27] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v5 02/27] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v5 03/27] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v5 04/27] drm/amdkfd: Split kfd suspend from devie exit
` [PATCH v5 05/27] drm/amdgpu: Add early fini callback
` [PATCH v5 06/27] drm/amdgpu: Handle IOMMU enabled case
` [PATCH v5 07/27] drm/amdgpu: Remap all page faults to per process dummy page
` [PATCH v5 08/27] PCI: add support for dev_groups to struct pci_device_driver
` [PATCH v5 09/27] dmr/amdgpu: Move some sysfs attrs creation to default_attr
` [PATCH v5 10/27] drm/amdgpu: Guard against write accesses after device removal
` [PATCH v5 11/27] drm/sched: Make timeout timer rearm conditional
` [PATCH v5 12/27] drm/amdgpu: Prevent any job recoveries after device is unplugged
` [PATCH v5 13/27] drm/amdgpu: When filizing the fence driver. stop scheduler first
` [PATCH v5 14/27] drm/amdgpu: Fix hang on device removal
` [PATCH v5 15/27] drm/scheduler: Fix hang when sched_entity released
` [PATCH v5 16/27] drm/amdgpu: Unmap all MMIO mappings
` [PATCH v5 17/27] drm/amdgpu: Add rw_sem to pushing job into sched queue
` [PATCH v5 18/27] drm/sched: Expose drm_sched_entity_kill_jobs
` [PATCH v5 19/27] drm/amdgpu: Finilise device fences on device remove
` [PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit
` [PATCH v5 21/27] drm/amdgpu: Add support for hot-unplug feature at DRM level
` [PATCH v5 22/27] drm/amd/display: Scope all DM queued work with drm_dev_enter/exit
` [PATCH v5 23/27] drm/amd/powerplay: Scope all PM "
` [PATCH v5 24/27] drm/amdkfd: Scope all KFD "
` [PATCH v5 25/27] drm/amdgpu: Scope all amdgpu "
` [PATCH v5 26/27] drm/amd/display: Remove superflous drm_mode_config_cleanup
` [PATCH v5 27/27] drm/amdgpu: Verify DMA opearations from device are done

[PATCH v2] drm/amd/amdgpu: Fix errors in documentation of function parameters
 2021-04-29  6:44 UTC  (2+ messages)

[PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI
 2021-04-28 17:39 UTC  (11+ messages)
` [PATCH 6/9] drm/i915/uapi: implement object placement extension

[PATCHv2 0/5] Support for GE B1x5v2 and B1x5Pv2
 2021-04-29  1:11 UTC  (7+ messages)
` [PATCHv2 1/5] rtc: m41t80: add support for fixed clock
` [PATCHv2 2/5] drm/imx: Add 8 pixel alignment fix
` [PATCHv2 3/5] dt-bindings: vendor-prefixes: add congatec
` [PATCHv2 4/5] dt-bindings: arm: fsl: add GE B1x5pv2 boards
` [PATCHv2 5/5] ARM: dts: imx6: Add GE B1x5v2

TGL: : No video output on external monitor after unplug and re-plug the cable
 2021-04-29  4:46 UTC 

[PATCHv2] drm/omap: Fix issue with clocks left on after resume
 2021-04-29  4:46 UTC  (3+ messages)

[PATCH v6 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-04-29  4:28 UTC  (3+ messages)
` [PATCH v6 2/3] drm/mediatek: init panel orientation property
` [PATCH v6 3/3] arm64: dts: mt8183: Add panel rotation

[PATCH] drm/amd/display: Remove duplicate declaration of dc_state
 2021-04-29  3:18 UTC 

[PATCH] drm/amd/display: Remove duplicate include of hubp.h
 2021-04-29  3:04 UTC 

[PATCH] drm/i915: Use might_alloc()
 2021-04-29  2:42 UTC 

[PATCH v5 1/4] gpu: drm: separate panel orientation property creating and value setting
 2021-04-29  2:19 UTC  (6+ messages)
` [PATCH v5 2/4] drm/mediatek: init panel orientation property
` [PATCH v5 3/4] drm/i915: "
` [PATCH v5 4/4] arm64: dts: mt8183: Add panel rotation

[PATCH] drm/i915: Use might_alloc()
 2021-04-29  2:13 UTC 

[git pull] drm for 5.13-rc1
 2021-04-29  2:09 UTC  (8+ messages)

[PATCH v8 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-28 23:43 UTC  (2+ messages)
` [PATCH v8 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[PATCH v7 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-28 23:18 UTC  (2+ messages)
` [PATCH v7 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[PATCH 0/9] drm + usb-type-c: Add support for out-of-band hotplug notification
 2021-04-28 21:57 UTC  (11+ messages)
` [PATCH 1/9] drm/connector: Make the drm_sysfs connector->kdev device hold a reference to the connector
` [PATCH 2/9] drm/connector: Add a fwnode pointer to drm_connector and register with ACPI
` [PATCH 3/9] drm/connector: Add drm_connector_find_by_fwnode() function
` [PATCH 4/9] drm/connector: Add support for out-of-band hotplug notification
` [PATCH 5/9] drm/i915: Associate ACPI connector nodes with connector entries
` [PATCH 6/9] drm/i915/dp: Add support for out-of-bound hotplug events
` [PATCH 7/9] usb: typec: altmodes/displayport: Make dp_altmode_notify() more generic
` [PATCH 8/9] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
` [PATCH 9/9] platform/x86/intel_cht_int33fe: Correct "displayport" fwnode reference

[PATCH v2 0/1] Document drm_mode_get_plane
 2021-04-28 21:42 UTC  (10+ messages)
` [PATCH v2 1/1] drm/doc: document drm_mode_get_plane

[PATCH v3 0/2] Document drm_mode_get_plane
 2021-04-28 21:36 UTC  (3+ messages)
` [PATCH 1/2] drm/doc: document how userspace should find out CRTC index
` [PATCH 2/2] drm/doc: document drm_mode_get_plane

16 bpc fixed point (RGBA16) framebuffer support for core and AMD
 2021-04-28 21:21 UTC  (4+ messages)

[PATCH 1/1] i915/query: Correlate engine and cpu timestamps with better accuracy
 2021-04-28 21:18 UTC  (8+ messages)

[PATCH] drm/amd/display: Fix build warnings
 2021-04-28 21:12 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: Fix errors in documentation of function parameters
 2021-04-28 21:08 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove condition which is always set to True
 2021-04-28 21:05 UTC  (2+ messages)

[PATCH v2] drm/amd/pm/powerplay/hwmgr: Fix kernel-doc syntax in documentation
 2021-04-28 20:58 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Register VGA clients after init can no longer fail
 2021-04-28 20:56 UTC  (2+ messages)

[PATCH v6 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space
 2021-04-28 20:49 UTC 

[Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal
 2021-04-28 20:39 UTC  (15+ messages)

[PATCH 0/2] drm/msm: Smooth out ringbuffer-full handling
 2021-04-28 19:36 UTC  (3+ messages)
` [PATCH 1/2] drm/msm: Handle ringbuffer overflow
` [PATCH 2/2] drm/msm: Periodically update RPTR shadow

[PATCH] drm/i915/display Try YCbCr420 color when RGB fails
 2021-04-28 17:38 UTC 

[PATCH] drm/i915: Add relocation exceptions for two other platforms
 2021-04-28 17:30 UTC 

[PATCH 1/2] drm/ttm: Don't evict SG BOs
 2021-04-28 17:02 UTC  (9+ messages)

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-28 16:50 UTC  (11+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls
` [PATCH v5 10/20] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [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] drm/bridge: simplify devm_drm_panel_bridge_add_typed
 2021-04-28 16:19 UTC  (2+ messages)

[PATCH v4 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-04-28 16:15 UTC  (2+ messages)

[PATCH v2] drm/bridge: anx7625: Fix power on delay
 2021-04-28 15:46 UTC  (2+ messages)

[PATCH] drm: bridge: add missing word in Analogix help text
 2021-04-28 15:32 UTC  (6+ messages)

[PATCH V2 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-04-28 14:19 UTC  (11+ messages)
` [PATCH V2 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

[PATCH v2 0/4] drm/msm: improve register snapshotting
 2021-04-28 14:03 UTC  (6+ messages)
` [PATCH v2 3/4] drm/msm: get rid of msm_iomap_size

[PATCHv3 0/6] drm/omap: hdmi: improve hdmi4 CEC, add CEC for hdmi5
 2021-04-28 13:25 UTC  (4+ messages)
` [PATCHv3 4/6] dt-bindings: display: ti: ti, omap5-dss.txt: add cec clock
` [PATCHv3 5/6] dra7.dtsi/omap5.dtsi: "
` [PATCHv3 6/6] drm/omapdrm/dss/hdmi5: add CEC support


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