Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [pull] drm-fixes
@ 2012-11-23 16:58 Daniel Vetter
  2012-11-25 19:57 ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2012-11-23 16:58 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Intel Graphics Development, DRI Development

Hi Dave,

Two small fixes for 3.7:
- Unbreak mbp retina, this time with a much more fine-grained approach
  (since the previous "completely ignore edp vbt bpp value" regressed some
  machines even after fixing a bug in our dp bw code).
- Disable cloning on sdvo. It just doesn't work (yeah took us a while to
  figure out), leading to jittery outputs in the best case.

Cheers, Daniel


The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:

  Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes

for you to fetch changes up to 9a30a61f3516871c5c638fd7c025fbaa11ddf7fe:

  drm/i915: do not default to 18 bpp for eDP if missing from VBT (2012-11-22 21:34:32 +0100)

----------------------------------------------------------------
Daniel Vetter (1):
      drm/i915: disable cloning on sdvo

Jani Nikula (1):
      drm/i915: do not default to 18 bpp for eDP if missing from VBT

 drivers/gpu/drm/i915/intel_bios.c    |   11 ++---------
 drivers/gpu/drm/i915/intel_display.c |    2 +-
 drivers/gpu/drm/i915/intel_sdvo.c    |   17 ++++++++++-------
 3 files changed, 13 insertions(+), 17 deletions(-)
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [pull] drm-fixes
  2012-11-23 16:58 [pull] drm-fixes Daniel Vetter
@ 2012-11-25 19:57 ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2012-11-25 19:57 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Intel Graphics Development, DRI Development

Hi Dave,

One more on top.

On Fri, Nov 23, 2012 at 05:58:55PM +0100, Daniel Vetter wrote:
> Two small fixes for 3.7:
> - Unbreak mbp retina, this time with a much more fine-grained approach
>   (since the previous "completely ignore edp vbt bpp value" regressed some
>   machines even after fixing a bug in our dp bw code).
> - Disable cloning on sdvo. It just doesn't work (yeah took us a while to
>   figure out), leading to jittery outputs in the best case.
- Revert rc6 for ilk again. It seems to help a few of the gpu hang
  reporters at least, and it's definitely the best we've got.
  Head-against-the-wall-banging is still ongoing for what really breaks
  (and how we can reproduce the non-rc6 hangs and how to reproduce on
  gen4).

Cheers, Daniel

The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681:

  Linux 3.7-rc6 (2012-11-16 17:42:40 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~danvet/drm-intel drm-intel-fixes

for you to fetch changes up to 6567d748c4e94e3481e523803ec07ebd825c80d6:

  Revert "drm/i915: enable rc6 on ilk again" (2012-11-25 20:53:52 +0100)

----------------------------------------------------------------
Chris Wilson (1):
      Revert "drm/i915: enable rc6 on ilk again"

Daniel Vetter (1):
      drm/i915: disable cloning on sdvo

Jani Nikula (1):
      drm/i915: do not default to 18 bpp for eDP if missing from VBT

 drivers/gpu/drm/i915/intel_bios.c    |   11 ++---------
 drivers/gpu/drm/i915/intel_display.c |    2 +-
 drivers/gpu/drm/i915/intel_pm.c      |   12 +++---------
 drivers/gpu/drm/i915/intel_sdvo.c    |   17 ++++++++++-------
 4 files changed, 16 insertions(+), 26 deletions(-)
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL] drm-fixes
@ 2018-12-21 13:39 Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2018-12-21 13:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: dim-tools, Maxime Ripard, Daniel Vetter, intel-gfx, dri-devel,
	Rodrigo Vivi

Hi Linus,

drm-fixes-2018-12-21:
final drm-fixes for 4.20

array_index_nospec patch, cc: stable

Very calm week, so either everything perfect or everyone on holidays
already. Same for -next btw, I merged a few things but nothing that should
block Dave's main merge window pull, so that one is still good to go.

Cheers, Daniel

The following changes since commit 7566ec393f4161572ba6f11ad5171fd5d59b0fbd:

  Linux 4.20-rc7 (2018-12-16 15:46:55 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-12-21

for you to fetch changes up to b6aac625e579ca684448f8ace632f8dceb972afb:

  Merge tag 'drm-misc-fixes-2018-12-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-12-20 18:13:53 +0100)

----------------------------------------------------------------
final drm-fixes for 4.20

array_index_nospec patch, cc: stable

----------------------------------------------------------------
Daniel Vetter (1):
      Merge tag 'drm-misc-fixes-2018-12-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Gustavo A. R. Silva (1):
      drm/ioctl: Fix Spectre v1 vulnerabilities

 drivers/gpu/drm/drm_ioctl.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-21 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 16:58 [pull] drm-fixes Daniel Vetter
2012-11-25 19:57 ` Daniel Vetter
  -- strict thread matches above, loose matches on Subject: below --
2018-12-21 13:39 [PULL] drm-fixes Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox