Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/gpu/drm/i915/display/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 904 B image not shown  

Quelle  intel_dpt_common.c   Sprache: C

 
// SPDX-License-Identifier: MIT
/*
 * Copyright © 2023 Intel Corporation
 */


#include "intel_de.h"
#include "intel_display_regs.h"
#include "intel_display_types.h"
#include "intel_dpt_common.h"
#include "skl_universal_plane_regs.h"

void intel_dpt_configure(struct intel_crtc *crtc)
{
 struct intel_display *display = to_intel_display(crtc);

 if (DISPLAY_VER(display) == 14) {
  enum pipe pipe = crtc->pipe;
  enum plane_id plane_id;

  for_each_plane_id_on_crtc(crtc, plane_id) {
   if (plane_id == PLANE_CURSOR)
    continue;

   intel_de_rmw(display, PLANE_CHICKEN(pipe, plane_id),
         PLANE_CHICKEN_DISABLE_DPT,
         display->params.enable_dpt ? 0 :
         PLANE_CHICKEN_DISABLE_DPT);
  }
 } else if (DISPLAY_VER(display) == 13) {
  intel_de_rmw(display, CHICKEN_MISC_2,
        CHICKEN_MISC_DISABLE_DPT,
        display->params.enable_dpt ? 0 :
        CHICKEN_MISC_DISABLE_DPT);
 }
}

Messung V0.5
C=96 H=90 G=93

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.