dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 17:15:12 to 2021-05-07 07:35:44 UTC [more...]

[PATCH] drm/i915: Use might_alloc()
 2021-05-07  7:35 UTC  (2+ messages)
`  "

[PATCH] video: fbdev: imxfb: Fix an error message
 2021-05-07  5:05 UTC  (2+ messages)

[PATCH] drm/rockchip: cdn-dp-core: add MODULE_FIRMWARE macro
 2021-05-06  9:29 UTC 

[PATCH 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-07  6:35 UTC  (2+ messages)
` [PATCH 2/2] drm/bridge: anx7625: add suspend / resume hooks

[PATCH v2 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-07  6:44 UTC  (2+ messages)
` [PATCH v2 2/2] drm/bridge: anx7625: add suspend / resume hooks

Radeon NI: GIT kernel with the nislands_smc commit doesn't boot on a Freescale P5040 board and P.A.Semi Nemo board
 2021-05-07  6:43 UTC  (3+ messages)

[PATCH] linux-firmware: update firmware for mhdp8546
 2021-05-07  6:00 UTC 

[PATCH] linux-firmware: update firmware for mhdp8546
 2021-05-07  5:40 UTC  (2+ messages)

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-05-07  2:06 UTC  (6+ messages)

[PATCH V3 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-05-07  1:00 UTC  (13+ messages)
` [PATCH V3 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

[PATCH v4 0/4] check sink_count before update is_connected status
 2021-05-07  0:23 UTC  (2+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-06 22:30 UTC  (2+ messages)

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-06 19:14 UTC  (98+ messages)
` [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
` [RFC PATCH 02/97] drm/i915/gt: Move submission_method into intel_gt
` [RFC PATCH 03/97] drm/i915/gt: Move CS interrupt handler to the backend
` [RFC PATCH 04/97] drm/i915/guc: skip disabling CTBs before sanitizing the GuC
` [RFC PATCH 05/97] drm/i915/guc: use probe_error log for CT enablement failure
` [RFC PATCH 06/97] drm/i915/guc: enable only the user interrupt when using GuC submission
` [RFC PATCH 07/97] drm/i915/guc: Remove sample_forcewake h2g action
` [RFC PATCH 08/97] drm/i915/guc: Keep strict GuC ABI definitions
` [RFC PATCH 09/97] drm/i915/guc: Stop using fence/status from CTB descriptor
` [RFC PATCH 10/97] drm/i915: Promote ptrdiff() to i915_utils.h
` [RFC PATCH 11/97] drm/i915/guc: Only rely on own CTB size
` [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
` [RFC PATCH 13/97] drm/i915/guc: Replace CTB array with explicit members
` [RFC PATCH 14/97] drm/i915/guc: Update sizes of CTB buffers
` [RFC PATCH 15/97] drm/i915/guc: Relax CTB response timeout
` [RFC PATCH 16/97] drm/i915/guc: Start protecting access to CTB descriptors
` [RFC PATCH 17/97] drm/i915/guc: Stop using mutex while sending CTB messages
` [RFC PATCH 18/97] drm/i915/guc: Don't receive all G2H messages in irq handler
` [RFC PATCH 19/97] drm/i915/guc: Always copy CT message to new allocation
` [RFC PATCH 20/97] drm/i915/guc: Introduce unified HXG messages
` [RFC PATCH 21/97] drm/i915/guc: Update MMIO based communication
` [RFC PATCH 22/97] drm/i915/guc: Update CTB response status
` [RFC PATCH 23/97] drm/i915/guc: Support per context scheduling policies
` [RFC PATCH 24/97] drm/i915/guc: Add flag for mark broken CTB
` [RFC PATCH 25/97] drm/i915/guc: New definition of the CTB descriptor
` [RFC PATCH 26/97] drm/i915/guc: New definition of the CTB registration action
` [RFC PATCH 27/97] drm/i915/guc: New CTB based communication
` [RFC PATCH 28/97] drm/i915/guc: Kill guc_clients.ct_pool
` [RFC PATCH 29/97] drm/i915/guc: Update firmware to v60.1.2
` [RFC PATCH 30/97] drm/i915/uc: turn on GuC/HuC auto mode by default
` [RFC PATCH 31/97] drm/i915/guc: Early initialization of GuC send registers
` [RFC PATCH 32/97] drm/i915: Introduce i915_sched_engine object
` [RFC PATCH 33/97] drm/i915: Engine relative MMIO
` [RFC PATCH 34/97] drm/i915/guc: Use guc_class instead of engine_class in fw interface
` [RFC PATCH 35/97] drm/i915/guc: Improve error message for unsolicited CT response
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
` [RFC PATCH 37/97] drm/i915/guc: Add stall timer to "
` [RFC PATCH 38/97] drm/i915/guc: Optimize CTB writes and reads
` [RFC PATCH 39/97] drm/i915/guc: Increase size of CTB buffers
` [RFC PATCH 40/97] drm/i915/guc: Module load failure test for CT buffer creation
` [RFC PATCH 41/97] drm/i915/guc: Add new GuC interface defines and structures
` [RFC PATCH 42/97] drm/i915/guc: Remove GuC stage descriptor, add lrc descriptor
` [RFC PATCH 43/97] drm/i915/guc: Add lrc descriptor context lookup array
` [RFC PATCH 44/97] drm/i915/guc: Implement GuC submission tasklet
` [RFC PATCH 45/97] drm/i915/guc: Add bypass tasklet submission path to GuC
` [RFC PATCH 46/97] drm/i915/guc: Implement GuC context operations for new inteface
` [RFC PATCH 47/97] drm/i915/guc: Insert fence on context when deregistering
` [RFC PATCH 48/97] drm/i915/guc: Defer context unpin until scheduling is disabled
` [RFC PATCH 49/97] drm/i915/guc: Disable engine barriers with GuC during unpin
` [RFC PATCH 50/97] drm/i915/guc: Extend deregistration fence to schedule disable
` [RFC PATCH 51/97] drm/i915: Disable preempt busywait when using GuC scheduling
` [RFC PATCH 52/97] drm/i915/guc: Ensure request ordering via completion fences
` [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
` [RFC PATCH 54/97] drm/i915/guc: Ensure G2H response has space in buffer
` [RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [RFC PATCH 56/97] drm/i915/guc: Update GuC debugfs to support new GuC
` [RFC PATCH 57/97] drm/i915/guc: Add several request trace points
` [RFC PATCH 58/97] drm/i915: Add intel_context tracing
` [RFC PATCH 59/97] drm/i915/guc: GuC virtual engines
` [RFC PATCH 60/97] drm/i915: Track 'serial' counts for "
` [RFC PATCH 61/97] drm/i915: Hold reference to intel_context over life of i915_request
` [RFC PATCH 62/97] drm/i915/guc: Disable bonding extension with GuC submission
` [RFC PATCH 63/97] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
` [RFC PATCH 64/97] drm/i915/guc: Reset implementation for new GuC interface
` [RFC PATCH 65/97] drm/i915: Reset GPU immediately if submission is disabled
` [RFC PATCH 66/97] drm/i915/guc: Add disable interrupts to guc sanitize
` [RFC PATCH 67/97] drm/i915/guc: Suspend/resume implementation for new interface
` [RFC PATCH 68/97] drm/i915/guc: Handle context reset notification
` [RFC PATCH 69/97] drm/i915/guc: Handle engine reset failure notification
` [RFC PATCH 70/97] drm/i915/guc: Enable the timer expired interrupt for GuC
` [RFC PATCH 71/97] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
` [RFC PATCH 72/97] drm/i915/guc: Don't complain about reset races
` [RFC PATCH 73/97] drm/i915/guc: Enable GuC engine reset
` [RFC PATCH 74/97] drm/i915/guc: Capture error state on context reset
` [RFC PATCH 75/97] drm/i915/guc: Fix for error capture after full GPU reset with GuC
` [RFC PATCH 76/97] drm/i915/guc: Hook GuC scheduling policies up
` [RFC PATCH 77/97] drm/i915/guc: Connect reset modparam updates to GuC policy flags
` [RFC PATCH 78/97] drm/i915/guc: Include scheduling policies in the debugfs state dump
` [RFC PATCH 79/97] drm/i915/guc: Don't call ring_is_idle in GuC submission
` [RFC PATCH 80/97] drm/i915/guc: Implement banned contexts for "
` [RFC PATCH 81/97] drm/i915/guc: Allow flexible number of context ids
` [RFC PATCH 82/97] drm/i915/guc: Connect the number of guc_ids to debugfs
` [RFC PATCH 83/97] drm/i915/guc: Don't return -EAGAIN to user when guc_ids exhausted
` [RFC PATCH 84/97] drm/i915/guc: Don't allow requests not ready to consume all guc_ids
` [RFC PATCH 85/97] drm/i915/guc: Introduce guc_submit_engine object
` [RFC PATCH 86/97] drm/i915/guc: Add golden context to GuC ADS
` [RFC PATCH 87/97] drm/i915/guc: Implement GuC priority management
` [RFC PATCH 88/97] drm/i915/guc: Support request cancellation
` [RFC PATCH 89/97] drm/i915/guc: Check return of __xa_store when registering a context
` [RFC PATCH 90/97] drm/i915/guc: Non-static lrc descriptor registration buffer
` [RFC PATCH 91/97] drm/i915/guc: Take GT PM ref when deregistering context
` [RFC PATCH 92/97] drm/i915: Add GT PM delayed worker
` [RFC PATCH 93/97] drm/i915/guc: Take engine PM when a context is pinned with GuC submission
` [RFC PATCH 94/97] drm/i915/guc: Don't call switch_to_kernel_context "
` [RFC PATCH 95/97] drm/i915/guc: Selftest for GuC flow control
` [RFC PATCH 96/97] drm/i915/guc: Update GuC documentation
` [RFC PATCH 97/97] drm/i915/guc: Unblock GuC submission on Gen11+

[PATCH 0/3] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-06 17:33 UTC  (8+ messages)
` [PATCH 1/3] New function to avoid duplicate code in upcomming commits
  ` [Intel-gfx] "
` [PATCH 2/3] Restructure output format computation for better expandability
` [PATCH 3/3] Use YCbCr420 as fallback when RGB fails

[PATCH 0/3] drm/i915/display: Try YCbCr420 color when RGB fails
 2021-05-06 17:23 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/display: New function to avoid duplicate code in upcomming commits
` [PATCH 2/3] drm/i915/display: Restructure output format computation for better expandability
` [PATCH 3/3] drm/i915/display: Use YCbCr420 as fallback when RGB fails

[PATCH AUTOSEL 4.9 08/24] drm/bridge/analogix/anx78xx: Setup encoder before registering connector
 2021-05-06 17:14 UTC  (2+ messages)

[RFC PATCH 0/5] GuC submission / DRM scheduler integration plan + new uAPI
 2021-05-06 17:30 UTC  (6+ messages)
` [RFC PATCH 1/5] drm/doc/rfc: i915 GuC submission / DRM scheduler integration plan
` [RFC PATCH 2/5] drm/doc/rfc: i915 new parallel submission uAPI plan
` [RFC PATCH 3/5] drm/i915: Expose logical engine instance to user
` [RFC PATCH 4/5] drm/i915: Introduce 'set parallel submit' extension
` [RFC PATCH 5/5] drm/i915: Update execbuf IOCTL to accept N BBs

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-05-06 16:25 UTC  (11+ messages)
` [PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit

[RFC] CRIU support for ROCm
 2021-05-06 16:10 UTC  (3+ messages)

[Bug 207833] New: Brightness control not working on ASUS TUF FA506IU (AMD Ryzen 7 4800H / Nvidia GTX 1660 Ti)
 2021-05-06 15:10 UTC  (3+ messages)
` [Bug 207833] "

[PATCH v1 0/3] Add support for next gen eDP driver on SnapDragon
 2021-05-06 15:02 UTC  (5+ messages)

[Bug 203905] New: amdgpu:actual_brightness has unreal/wrong value
 2021-05-06 14:20 UTC  (6+ messages)
` [Bug 203905] "

Hotplug and power state of a connector
 2021-05-06 13:37 UTC 

i915 flickering with 5.12.X kernels
 2021-05-06 13:29 UTC  (2+ messages)
  ` [Intel-gfx] "

[PULL] drm-misc-next-fixes
 2021-05-06 12:27 UTC 

[PATCH] drm/gma500: update comment of psb_spank()
 2021-05-06 12:26 UTC  (2+ messages)

Independent EDID parsing library
 2021-05-06 11:00 UTC  (2+ messages)

[PATCH] i915: Increase *_latency array size
 2021-05-06 10:23 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH 1/8] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-05-06  9:55 UTC  (4+ messages)
` [PATCH 8/8] drm/modifiers: Enforce consistency between the cap an IN_FORMATS

NVIDIA GPU fallen off the bus after exiting s2idle
 2021-05-06  9:46 UTC  (2+ messages)

[PATCH v3 0/2] Document drm_mode_get_plane
 2021-05-06  9:10 UTC  (5+ messages)
` [PATCH 1/2] drm/doc: document how userspace should find out CRTC index
` [PATCH 2/2] drm/doc: document drm_mode_get_plane

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-06  7:43 UTC  (2+ messages)

[PATCH v1 0/3] Add support for next gen eDP driver on sc7280
 2021-05-06  6:46 UTC  (4+ messages)
` [PATCH v1 1/3] drm/msm/edp: support multiple generations of edp hardware
` [PATCH v1 2/3] drm/msm/edp: add support for next gen edp
` [PATCH v1 3/3] drm/msm/disp/dpu1: add support for edp encoder

16 bpc fixed point (RGBA16) framebuffer support for core and AMD
 2021-05-06  6:37 UTC  (10+ messages)
` [PATCH 1/5] drm/fourcc: Add 16 bpc fixed point framebuffer formats

[PATCH v15 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-05-06  4:10 UTC  (4+ messages)
` [PATCH v15 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings

[pull] radeon, amdgpu drm-fixes-5.13
 2021-05-06  3:39 UTC 

[PATCH] fbmem: Correct position of '__maybe_unused' in proc_fb_seq_ops
 2021-05-06  3:03 UTC  (2+ messages)

[Bug 212959] New: [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link!
 2021-05-06  2:20 UTC  (3+ messages)
` [Bug 212959] "

[PATCH v1 2/3] drm/msm/edp: add support for next gen edp
 2021-05-06  1:50 UTC  (2+ messages)

[PATCHv2 0/5] Support for GE B1x5v2 and B1x5Pv2
 2021-05-05 23:02 UTC  (7+ messages)
` [PATCHv2 1/5] rtc: m41t80: add support for fixed clock
` [PATCHv2 3/5] dt-bindings: vendor-prefixes: add congatec
` [PATCHv2 4/5] dt-bindings: arm: fsl: add GE B1x5pv2 boards

[Bug 212957] New: [radeon] kernel NULL pointer dereference during system boot
 2021-05-05 21:54 UTC  (2+ messages)
` [Bug 212957] "

[PATCH 2/3] Restructure output format computation for better expandability
 2021-05-05 20:17 UTC  (3+ messages)

[syzbot] WARNING in drm_wait_one_vblank
 2021-05-05 14:02 UTC 

[RESEND PATCH] drm/rockchip: dsi: move all lane config except LCDC mux to bind()
 2021-05-05 13:53 UTC  (2+ messages)

[PATCH 5/6] drm/vmwgfx: Add basic support for SVGA3
 2021-05-05 19:10 UTC  (2+ messages)

[PATCH] drm: bridge: make a const array static, makes object smaller
 2021-05-05 18:54 UTC 

[PATCH] drm/bridge: fix LONTIUM_LT8912B dependencies
 2021-05-05 17:18 UTC  (2+ messages)

[PATCH 0/3] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-05 17:14 UTC  (3+ messages)
` [PATCH 2/3] Restructure output format computation for better expandability
` [PATCH 3/3] Use YCbCr420 as fallback when RGB fails


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