Skip to content
Snippets Groups Projects
Select Git revision
  • 8f26795a22b12880bb07be688df72b4266f67be8
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

rtc-ds1511.c

Blame
  • intel_dp.c 232.59 KiB
    /*
     * Copyright © 2008 Intel Corporation
     *
     * Permission is hereby granted, free of charge, to any person obtaining a
     * copy of this software and associated documentation files (the "Software"),
     * to deal in the Software without restriction, including without limitation
     * the rights to use, copy, modify, merge, publish, distribute, sublicense,
     * and/or sell copies of the Software, and to permit persons to whom the
     * Software is furnished to do so, subject to the following conditions:
     *
     * The above copyright notice and this permission notice (including the next
     * paragraph) shall be included in all copies or substantial portions of the
     * Software.
     *
     * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
     * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
     * IN THE SOFTWARE.
     *
     * Authors:
     *    Keith Packard <keithp@keithp.com>
     *
     */
    
    #include <linux/export.h>
    #include <linux/i2c.h>
    #include <linux/notifier.h>
    #include <linux/slab.h>
    #include <linux/types.h>
    
    #include <asm/byteorder.h>
    
    #include <drm/drm_atomic_helper.h>
    #include <drm/drm_crtc.h>
    #include <drm/drm_dp_helper.h>
    #include <drm/drm_edid.h>
    #include <drm/drm_probe_helper.h>
    
    #include "i915_debugfs.h"
    #include "i915_drv.h"
    #include "i915_trace.h"
    #include "intel_atomic.h"
    #include "intel_audio.h"
    #include "intel_connector.h"
    #include "intel_ddi.h"
    #include "intel_display_types.h"
    #include "intel_dp.h"
    #include "intel_dp_link_training.h"
    #include "intel_dp_mst.h"
    #include "intel_dpio_phy.h"
    #include "intel_fifo_underrun.h"
    #include "intel_hdcp.h"
    #include "intel_hdmi.h"
    #include "intel_hotplug.h"
    #include "intel_lspcon.h"
    #include "intel_lvds.h"
    #include "intel_panel.h"
    #include "intel_psr.h"
    #include "intel_sideband.h"
    #include "intel_tc.h"
    #include "intel_vdsc.h"
    
    #define DP_DPRX_ESI_LEN 14
    
    /* DP DSC throughput values used for slice count calculations KPixels/s */
    #define DP_DSC_PEAK_PIXEL_RATE			2720000
    #define DP_DSC_MAX_ENC_THROUGHPUT_0		340000