From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: Fastboot in 6 patches Date: Tue, 14 May 2013 17:08:25 -0700 Message-ID: <1368576511-10675-1-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy9.bluehost.com (oproxy9.bluehost.com [69.89.24.6]) by gabe.freedesktop.org (Postfix) with SMTP id 6770DE5E53 for ; Tue, 14 May 2013 17:08:40 -0700 (PDT) Received: from [192.55.60.135] (port=11667 helo=jbarnes-t420.intel.com) by box514.bluehost.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1UcPGp-00014J-Kx for intel-gfx@lists.freedesktop.org; Tue, 14 May 2013 18:08:39 -0600 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org It grew a little... but there's only one real hack left, and that's the PFIT bits. To fix that properly, I think either we need to pull the compute_config calls out of set_mode and into its callers so we can compare pfit state, or something more ambitious where we collect all the new configs up front and then let set_mode figure out how to apply it minimally to hw. Hopefully the other patches are pretty close to being ready though... Thanks, Jesse