From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 0/5] Organize intel_drv.h Date: Tue, 24 Sep 2013 13:52:52 -0300 Message-ID: <1380041577-1511-1-git-send-email-przanoni@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) by gabe.freedesktop.org (Postfix) with ESMTP id 777DBE7766 for ; Tue, 24 Sep 2013 09:53:12 -0700 (PDT) Received: by mail-qc0-f175.google.com with SMTP id v2so3220319qcr.20 for ; Tue, 24 Sep 2013 09:53:11 -0700 (PDT) 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 Cc: Paulo Zanoni List-Id: intel-gfx@lists.freedesktop.org From: Paulo Zanoni Hi Daniel reccently complained that we keep adding stuff at the bottom of the file and keep conflicting with each other. So on the first patch I completely reorganize the file so that it lists functions per-file. With this, different patches will mostly only conflict when adding new functions to the same file. Besides this, patches 2-5 try to remove a few lines from intel_drv.h. All the other functions seem to be either necessary or not trivial to remove. These patches were written against Friday's tree, and got a simple conflict today. They get bit-rot very quickly and will conflict with everybody else's patches touching the same file. If we don't really want this, please speak :) Also, feel free to suggest more changes on top of these, and flamewar about the "extern" keywords. Cheers, Paulo Paulo Zanoni (5): drm/i915: reorganize intel_drv.h drm/i915: make intel_pipe_has_type static drm/i915: make intel_crtc_load_lut static drm/i915: make intel_crtc_fb_gamma_{set,get} static drm/i915: make hsw_{disable,restore}_lcpll static drivers/gpu/drm/i915/intel_display.c | 214 ++++++++---------- drivers/gpu/drm/i915/intel_drv.h | 409 ++++++++++++++++++----------------- drivers/gpu/drm/i915/intel_fb.c | 21 ++ 3 files changed, 326 insertions(+), 318 deletions(-) -- 1.8.3.1