From patchwork Mon Dec 16 12:07:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 11293995 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 85D3B1593 for ; Mon, 16 Dec 2019 12:07:43 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6341A2146E for ; Mon, 16 Dec 2019 12:07:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="VZ2Fp4H7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6341A2146E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0D44789EA3; Mon, 16 Dec 2019 12:07:43 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 39C206E4E3 for ; Mon, 16 Dec 2019 12:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1576498061; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Y+epFZV1fx3a7FDr/ZtokHFeGwQ4gAUtMCqfRfZASYY=; b=VZ2Fp4H7Y5+9GTKmqlMWy+e6fyeSuKiCQuO+jAV9+JqRAvFUHOiC7nKivp0GGimxLGpEhS UTeISHH7oqeV/OLZC0j4RnEo2D7tku33ceNIldlFVXorVUhy/6MvZkOZ3XVqmXT1TbPRwO X4ws7y/B5+G7UBNDYbqUr0WV8l0nHTw= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-14-BSJWVBmePxW8vBMUXeZhkA-1; Mon, 16 Dec 2019 07:07:39 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 0C2B4800D48; Mon, 16 Dec 2019 12:07:38 +0000 (UTC) Received: from shalem.localdomain.com (ovpn-116-96.ams2.redhat.com [10.36.116.96]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7609B1001281; Mon, 16 Dec 2019 12:07:36 +0000 (UTC) From: Hans de Goede To: Jani Nikula , Joonas Lahtinen , Rodrigo Vivi , =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= , Daniel Vetter Date: Mon, 16 Dec 2019 13:07:33 +0100 Message-Id: <20191216120735.1091873-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: BSJWVBmePxW8vBMUXeZhkA-1 X-Mimecast-Spam-Score: 0 Subject: [Intel-gfx] [PATCH 0/2] drm/i915: Deal with inverted brightness on Thundersoft TST178 tablets X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx , dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi All, Here is a resend of my series to fix the brightness being inverted on Thundersoft TST178 tablets. This resend is based on top of dinq so that the CI can properly test it. No changes other then the rebase on top of dinq. Regards, Hans