lp:~ubuntu-kernel-test/ubuntu/+source/linux/+git/mirror-drm-intel
- Get this repository:
-
git clone
https://git.not.enabled/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mirror-drm-intel
Branches
Name | Last Modified | Last Commit |
---|---|---|
drm-intel-gt-next | 2023-10-18 23:19:56 UTC |
drm/i915/perf: Determine context valid in OA reports
Author:
Umesh Nerlige Ramappa
drm/i915/perf: Determine context valid in OA reports When supporting OA for TGL, it was seen that the context valid bit in BSpec: 52196 (description of report_id) v2: Include BSpec reference (Ashutosh) Fixes: 00a7f0d7155c ("drm/i915/tgl: Add perf support on TGL") |
for-linux-next-gt | 2023-10-18 23:19:56 UTC |
drm/i915/perf: Determine context valid in OA reports
Author:
Umesh Nerlige Ramappa
drm/i915/perf: Determine context valid in OA reports When supporting OA for TGL, it was seen that the context valid bit in BSpec: 52196 (description of report_id) v2: Include BSpec reference (Ashutosh) Fixes: 00a7f0d7155c ("drm/i915/tgl: Add perf support on TGL") |
for-linux-next | 2023-10-18 04:23:41 UTC |
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
Author:
Radhakrishna Sripada
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake Meteor Lake has demonstrated consistent stability for some time. The necessary firmware components are set up and comprehensive Given the recent faborable CI results, as well, we believe it's Signed-off-by: Aditya Chauhan <aditya. |
drm-intel-next | 2023-10-18 04:23:41 UTC |
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
Author:
Radhakrishna Sripada
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake Meteor Lake has demonstrated consistent stability for some time. The necessary firmware components are set up and comprehensive Given the recent faborable CI results, as well, we believe it's Signed-off-by: Aditya Chauhan <aditya. |
for-linux- |
2023-10-18 02:08:54 UTC |
drm/i915: Retry gtt fault when out of fence registers
Author:
=?utf-8?b?VmlsbGUgU3lyasOkbMOk?=
drm/i915: Retry gtt fault when out of fence registers If we can't find a free fence register to handle a fault in the GMADR A further improvement idea might be to reserve a fence (or one per CPU?) Looks like this may have gotten broken originally by Cc: stable@ |
drm-intel-fixes | 2023-10-18 02:08:54 UTC |
drm/i915: Retry gtt fault when out of fence registers
Author:
=?utf-8?b?VmlsbGUgU3lyasOkbMOk?=
drm/i915: Retry gtt fault when out of fence registers If we can't find a free fence register to handle a fault in the GMADR A further improvement idea might be to reserve a fence (or one per CPU?) Looks like this may have gotten broken originally by Cc: stable@ |
drm-intel- |
2023-09-10 23:28:41 UTC |
Linux 6.6-rc1
Author:
Linus Torvalds
Linux 6.6-rc1 |
topic/core-for-CI | 2023-07-10 08:56:49 UTC |
PCI/ASPM: pci_enable_link_state: Add argument to acquire bus lock
Author:
David Box
PCI/ASPM: pci_enable_ The VMD driver calls pci_enabled_ Still, review comments needs to be addressed. However, this fix References: https:/ |
topic/drm- |
2021-10-19 08:30:27 UTC |
drm/dp: reuse the 8b/10b link training delay helpers
Author:
Jani Nikula
drm/dp: reuse the 8b/10b link training delay helpers Reuse the 8b/10b link training delay helpers. Functionally this skips Reviewed-by: Ville Syrjälä <ville. |
for-linux-next--gt | 2021-09-20 13:00:43 UTC |
Merge remote-tracking branch 'tip/locking/wwmutex' into drm-intel-gt-next
Author:
Joonas Lahtinen
Merge remote-tracking branch 'tip/locking/ Needed by Maarten's series "drm/i915: Short-term pinning and async Link: https:/ |
topic/pxp | 2021-09-20 00:28:22 UTC |
Linux 5.15-rc2
Author:
Linus Torvalds
Linux 5.15-rc2 |
topic/gen-removal | 2021-06-09 14:24:58 UTC |
drm/i915/adl_p: Same slices mask is not same Dbuf state
Author:
Stanislav Lisovskiy
drm/i915/adl_p: Same slices mask is not same Dbuf state We currently treat same slice mask as a same DBuf state and skip Cc: Ville Syrjälä <ville. |
topic/intel- |
2021-04-14 10:05:06 UTC |
drm/i915: split dgfx features from gen 12
Author:
Lucas De Marchi
drm/i915: split dgfx features from gen 12 Make them independent so we can use DGFX_FEATURES more generically. Reviewed-by: Jani Nikula <jani.nikula@ |
topic/adl- |
2021-04-14 10:05:06 UTC |
drm/i915: split dgfx features from gen 12
Author:
Lucas De Marchi
drm/i915: split dgfx features from gen 12 Make them independent so we can use DGFX_FEATURES more generically. Reviewed-by: Jani Nikula <jani.nikula@ |
drm-intel- |
2021-03-03 16:39:32 UTC |
drm/i915: Wedge the GPU if command parser setup fails
Author:
Tvrtko Ursulin
drm/i915: Wedge the GPU if command parser setup fails Commit 311a50e76a33 ("drm/i915: Add support for mandatory cmdparsing") Possible errors come in two categories. Either the sanity check on v2: Signed-off-by: Tvrtko Ursulin <tvrtko. |
topic/drm- |
2021-02-02 11:58:45 UTC |
drm/i915/gvt: Remove references to struct drm_device.pdev
Author:
Thomas Zimmermann
drm/i915/gvt: Remove references to struct drm_device.pdev Using struct drm_device.pdev is deprecated. Convert i915 to struct Signed-off-by: Thomas Zimmermann <tzimmermann@ |
topic/adl- |
2021-02-01 15:59:11 UTC |
drm/i915/adl_s: Add GT and CTX WAs for ADL-S
Author:
Aditya Swarup
drm/i915/adl_s: Add GT and CTX WAs for ADL-S - Extend Wa_1606931601 and Wa_1409804808 to ADL-S. v2: Cc: Jani Nikula <jani.nikula@ |
topic/dp- |
2020-12-22 15:59:07 UTC |
drm/i915/display: Let PCON convert from RGB to YCbCr if it can
Author:
Ankit Nautiyal
drm/i915/display: Let PCON convert from RGB to YCbCr if it can If PCON has capability to convert RGB->YCbCr colorspace and also v2: As suggested by Uma Shankar, considered case for colorspace v3: Fixed typo in condition for printing one of the error msg. v4: As suggested by Uma Shankar: Reviewed-by: Uma Shankar <uma.shankar@ |
drm-intel- |
2020-12-04 19:21:09 UTC |
drm/i915: Disable outputs during unregister
Author:
Chris Wilson
drm/i915: Disable outputs during unregister Switch off the scanout during driver unregister, so we can shutdown the v2: Remove the old shutdown from remove, it should now be redundant. Signed-off-by: Chris Wilson <chris@ |
topic/drm- |
2020-09-03 13:44:14 UTC |
drm/i915: fix regression leading to display audio probe failure on GLK
Author:
Kai Vehmanen
drm/i915: fix regression leading to display audio probe failure on GLK In commit 4f0b4352bd26 ("drm/i915: Extract cdclk requirements checking [vsyrjala: It also broke the ability of planes to bump up the cdclk Fixes: 4f0b4352bd26 ("drm/i915: Extract cdclk requirements checking to separate function") |
topic/drm-warn | 2020-01-22 14:17:32 UTC |
drm/print: introduce new struct drm_device based WARN* macros
Author:
Pankaj Bharadiya
drm/print: introduce new struct drm_device based WARN* macros Add new struct drm_device based WARN* macros. These are modeled after These macros include device information in the backtrace, so we know Knowing the device specific information in the backtrace would be Signed-off-by: Pankaj Bharadiya <pankaj. |
topic/drm- |
2019-11-07 13:00:16 UTC |
drm/dsi: add helpers for DSI compression mode and PPS packets
Author:
Jani Nikula
drm/dsi: add helpers for DSI compression mode and PPS packets Add helper functions for sending the DSI compression mode and picture v2: Add missing EXPORT_SYMBOL Cc: Vandita Kulkarni <vandita. |
topic/mei-hdcp | 2019-02-25 16:03:01 UTC |
misc/mei/hdcp: Component framework for I915 Interface
Author:
Ramalingam C
misc/mei/hdcp: Component framework for I915 Interface Mei hdcp driver is designed as component slave for the I915 component v2: Rebased. Signed-off-by: Ramalingam C <ramalingam. |
topic/component |
2019-02-08 15:58:59 UTC |
i915/snd_hdac: I915 subcomponent for the snd_hdac
Author:
Daniel Vetter
i915/snd_hdac: I915 subcomponent for the snd_hdac Since we need multiple components for I915 for different purposes Author: Daniel Vetter <daniel. components: multiple components for a device Reviewed-by: Takashi Iwai <tiwai@suse.de> |
topic/drmp-cleanup | 2019-01-02 09:38:08 UTC |
drm: forward declare struct drm_file in drm_syncobj.h
Author:
Jani Nikula
drm: forward declare struct drm_file in drm_syncobj.h drm_syncobj.h uses struct drm_file pointers, forward declare struct Switch from "" to <> includes while at it. v2: forward declare instead of including drm_file.h (Daniel) [Updated commit message per Laurent's review while applying.] Cc: Sam Ravnborg <sam@ravnborg.org> |
drm-intel-testing | 2018-11-22 14:50:47 UTC |
drm-tip: 2018y-11m-22d-14h-49m-31s UTC integration manifest
Author:
Jani Nikula
drm-tip: 2018y-11m- |
maintainer-tools | 2018-02-07 10:05:39 UTC |
dim: Move maintainer-tools branch to drm-tip
Author:
Daniel Vetter
dim: Move maintainer-tools branch to drm-tip Originally I wanted to move it to a completely stand-alone The auto-upgrade hack is a bit gross, but shouldn't really cause The neat thing here is that this allows us to finally remove v2: Update the docs, I've forgotten about those (Jani) Cc: Jani Nikula <jani.nikula@ |
drm-intel/ |
2017-11-27 00:01:47 UTC |
Linux 4.15-rc1
Author:
Linus Torvalds
Linux 4.15-rc1 |
rerere-cache | 2017-10-24 17:29:54 UTC |
2017y-10m-24d-17h-29m-13s UTC: drm-tip rerere cache update
Author:
Rodrigo Vivi
2017y-10m- git version 2.13.5 |
drm-intel-nightly | 2017-10-19 11:12:20 UTC |
drm-tip: 2017y-10m-19d-11h-11m-53s UTC integration manifest
Author:
Daniel Vetter
drm-tip: 2017y-10m- |
drm-amd/ |
2017-09-27 08:28:50 UTC |
drm/amd: DC pull request review
Author:
Daniel Vetter
drm/amd: DC pull request review Ok, here's one more attempt at scrolling through 130k diff. Overall verdict from me is that DC is big project, and like any big Looking back over the last two years I think that's the case, so Acked-by: Daniel Vetter <daniel. for merging this pull. While scrolling through the pull I spotted a bunch more things that That's also why I think we should merge DC into drm-next directly, so - There's a few additions to drm_dp_helper.h sprinkled all over the - dm_alloc/ - The history is huge, but AMD folks want to keep it if possible, and Short&longer term TODO items are still tracked, might be a good idea So in a way this is kinda like staging, except not with the horribly And yes some of the files are utterly horrible to read and not Signed-off-by: Daniel Vetter <daniel. |
topic/e1000e-fix | 2017-05-30 07:47:28 UTC |
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
Author:
Chris Wilson
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails An error during suspend (e100e_pm_suspend), [ 429.994338] ACPI : EC: event blocked lead to complete failure: [ 432.585002] ------------[ cut here ]------------ The unwind failures stems from commit 2800209994f8 ("e1000e: Refactor PM Fixes: 2800209994f8 ("e1000e: Refactor PM flows") |
topic/dp-quirks | 2017-05-29 10:43:47 UTC |
drm/i915: Detect USB-C specific dongles before reducing M and N
Author:
Jani Nikula
drm/i915: Detect USB-C specific dongles before reducing M and N The Analogix 7737 DP to HDMI converter requires reduced M and N values v2 by Jani: Rebased on the DP quirk database v3 by Jani: Rebased on the reworked DP quirk database v4 by Jani: Improve commit message (Daniel) Fixes: 9a86cda07af2 ("drm/i915/dp: reduce link M/N parameters") |
topic/dim-testing | 2017-05-22 02:30:23 UTC |
Linux 4.12-rc2
Author:
Linus Torvalds
Linux 4.12-rc2 |
topic/designwar |
2017-03-02 14:46:37 UTC |
drm/i915: Listen for PMIC bus access notifications
Author:
Hans de Goede
drm/i915: Listen for PMIC bus access notifications Listen for PMIC bus access notifications and get FORCEWAKE_ALL while This fixes errors like these showing up in dmesg, usually followed [drm:fw_domains_get [i915]] *ERROR* render: timed out waiting for forcewake ack request. Downside of this approach is that it causes wakeups whenever the PMIC Note that the notifications and thus the wakeups will only happen on I plan to write some patches for drivers accessing the PMIC bus to BugLink: https:/ |
topic/vma- |
2017-02-01 09:45:21 UTC |
drm/i915: Track pinned vma in intel_plane_state
Author:
Chris Wilson
drm/i915: Track pinned vma in intel_plane_state With atomic plane states we are able to track an allocation right from v2: Remove residual vma on plane cleanup (Chris) References: https:/ |
topic/drm-misc | 2016-11-24 08:57:15 UTC |
drm: bridge: add DesignWare HDMI I2S audio support
Author:
Kuninori Morimoto
drm: bridge: add DesignWare HDMI I2S audio support Current dw-hdmi is supporting sound via AHB bus, but it has Tested-by: Jose Abreu <joabreu@ |
topic/foo | 2016-11-10 10:19:21 UTC |
Some garbage commit for testing.
Author:
Daniel Vetter
Some garbage commit for testing. |
drm-misc | 2016-10-17 07:07:31 UTC |
drm: Print device information again in debugfs
Author:
Daniel Vetter
drm: Print device information again in debugfs I was a bit over-eager in my cleanup in commit 95c081c17f284de drm: Move master pointer from drm_minor to drm_device Noticed by Chris Wilson. Fixes: 95c081c17f28 ("drm: Move master pointer from drm_minor to drm_device") |
topic/drm-fixes | 2016-09-04 21:31:46 UTC |
Linux 4.8-rc5
Author:
Linus Torvalds
Linux 4.8-rc5 |
topic/sphinx-wip | 2016-07-20 22:56:21 UTC |
Revert "doc/sphinx: Enable keep_warnings"
Author:
Jonathan Corbet
Revert "doc/sphinx: Enable keep_warnings" This reverts commit 47d6d752b9e20db Commit f42ddca7bebc (doc-rst: kernel-doc directive, fix state machine |
topic/kbl-4.7-fixes | 2016-07-18 16:46:19 UTC |
drm/i915/kbl: Introduce the first official DMC for Kabylake.
Author:
Rodrigo Vivi
drm/i915/kbl: Introduce the first official DMC for Kabylake. Version 1.01. This firmware is made for Kabylake platform so it doesn't v2: Rebased on top of latest nightly with min version Cc: Christophe Prigent <christophe. |
topic/sphinx | 2016-06-20 12:41:06 UTC |
Documentation: add gpu document converted from DocBook
Author:
Jani Nikula
Documentation: add gpu document converted from DocBook $ cd Documentation/ This is for the topic/sphinx branch only. The DocBook gpu.tmpl remains Signed-off-by: Jani Nikula <jani.nikula@ |
topic/lockless- |
2016-06-01 07:42:08 UTC |
drm/arcpgu: Use lockless gem BO free callback
Author:
Daniel Vetter
drm/arcpgu: Use lockless gem BO free callback No dev->struct_mutex anywhere to be seen. Cc: Alexey Brodkin <abrodkin@ |
topic/kerneldoc | 2016-05-04 14:14:44 UTC |
drm: Enable markdown^Wasciidoc for gpu.tmpl
Author:
Daniel Vetter
drm: Enable markdown^Wasciidoc for gpu.tmpl This enables asciidoc support for the gpu docbook. Note that asciidoc is optional - all the kerneldoc comment layout Cc: Dave Airlie <airlied@ |
topic/struct_mutex | 2016-04-20 10:58:53 UTC |
drm/vma_manage: Drop has_offset
Author:
Daniel Vetter
drm/vma_manage: Drop has_offset It's racy, creating mmap offsets is a slowpath, so better to remove it The only user is i915, and it's ok there because everything (well While at it add a note in the create_mmap_offset kerneldoc that Cc: David Herrmann <dh.herrmann@ |
topic/mode_ |
2016-03-04 17:16:56 UTC |
drm/ast: removed optional dummy crtc mode_fixup function.
Author:
Carlos Palminha
drm/ast: removed optional dummy crtc mode_fixup function. This patch set nukes all the dummy crtc mode_fixup implementations. Signed-off-by: Carlos Palminha <palminha@ |
ci/daniels/tmp | 2016-02-13 15:31:50 UTC |
WIP: VC4/RPI2 DRM
Author:
Daniel Stone
WIP: VC4/RPI2 DRM |
topic/mst-fixes | 2015-08-04 09:10:41 UTC |
drm/atomic-helpers: Make encoder picking more robust
Author:
Daniel Vetter
drm/atomic-helpers: Make encoder picking more robust We've had a few issues with atomic where subtle bugs in the encoder Linus applied some duct-tape for an mst regression in commit 27667f4744fc5a0 i915: temporary fix for DP MST docking station NULL pointer dereference But that was incomplete (the code will still oops when debuggin is Cc: Theodore Ts'o <tytso@mit.edu> |
topic/connector |
2015-07-22 15:29:38 UTC |
drm: gc now dead mode_group code
Author:
Daniel Vetter
drm: gc now dead mode_group code Two nice things here: - Less things to keep track of when reworking the connector locking, Reviewed-by: Maarten Lankhorst <maarten. |
topic/crc-pmic | 2015-07-22 09:18:41 UTC |
mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled
Author:
Shobhit Kumar
mfd: Add GPIOLIB dependency if INTEL_SOC_PMIC is to be enabled This is needed as the CRC PMIC has support for Panel commit 61dd2ca2d44e493 mfd: intel_soc_ On some Intel SoC platforms, the panel enable/disable signals Cc: Lee Jones <lee.jones@ |
topic/atomic- |
2015-06-12 12:11:11 UTC |
drm/i915: Only enable cursor if it can be enabled.
Author:
Maarten Lankhorst
drm/i915: Only enable cursor if it can be enabled. The cursor should only be enabled if it's visible. This fixes ------------[ cut here ]------------ Signed-off-by: Maarten Lankhorst <maarten. |
topic/bxt-stage1 | 2015-04-09 13:57:57 UTC |
drm/i915/bxt: Support BXT in SSEU device status dump
Author:
Jeff McGee
drm/i915/bxt: Support BXT in SSEU device status dump Modify the Gen9 SSEU device status logic to support Broxton. Signed-off-by: Jeff McGee <jeff.mcgee@ |
topic/core-stuff | 2015-01-29 11:50:03 UTC |
drm/irq: Don't disable vblank interrupts when already disabled
Author:
Laurent Pinchart
drm/irq: Don't disable vblank interrupts when already disabled The .enable_vblank() operation is only called when vblank interrupts are As the DRM core tracks whether vblank interrupts are enabled just skip Signed-off-by: Laurent Pinchart <laurent. |
topic/atomic-core | 2015-01-27 09:02:52 UTC |
drm/atomic: Fix potential use of state after free
Author:
Ander Conselvan de Oliveira
drm/atomic: Fix potential use of state after free The atomic helpers rely on drm_atomic_ Signed-off-by: Ander Conselvan de Oliveira <ander. |
1 → 55 of 55 results | First • Previous • Next • Last |