Skip to content
Permalink
David-Stevens/…
Switch branches/tags

Commits on Sep 22, 2021

  1. KVM: x86: only allocate gfn_track when necessary

    Avoid allocating the gfn_track arrays if nothing needs them. If there
    are no external to KVM users of the API (i.e. no GVT-g), then page
    tracking is only needed for shadow page tables. This means that when tdp
    is enabled and there are no external users, then the gfn_track arrays
    can be lazily allocated when the shadow MMU is actually used. This avoid
    allocations equal to .05% of guest memory when nested virtualization is
    not used, if the kernel is compiled without GVT-g.
    
    Signed-off-by: David Stevens <stevensd@chromium.org>
    David Stevens authored and intel-lab-lkp committed Sep 22, 2021
  2. KVM: x86: add config for non-kvm users of page tracking

    Add a config option that allows kvm to determine whether or not there
    are any external users of page tracking.
    
    Signed-off-by: David Stevens <stevensd@chromium.org>
    David Stevens authored and intel-lab-lkp committed Sep 22, 2021

Commits on Sep 20, 2021

  1. drm/i915/dg2: configure TRANS_DP2_VFREQ{HIGH,LOW} for 128b/132b

    There's a new register pair for 128b/132b mode where you need to set the
    pixel clock in Hz.
    
    v2: Fix UHBR rate check, use intel_dp_is_uhbr() helper
    
    Bspec: 54128
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/a2902cc188973f022f282f2a77e693afdecefb5a.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  2. drm/i915/dg2: use 128b/132b transcoder DDI mode

    128b/132b has a separate transcoder DDI mode, which also requires the
    MST transport select to be set. Note that we'll use DP MST also for
    single-stream 128b/132b.
    
    Having the FDI and 128b/132b modes share the register mode value
    complicates things a bit.
    
    v2:
    - Use HAS_DP20 abstraction for 128b/132b mode (Ville)
    - Use intel_dp_is_uhbr() helper
    
    Bspec: 50493
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/279bfbd979e0256fae13a5231e07e2f4fb665c07.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  3. drm/i915/dp: add HAS_DP20 macro

    Let's abstract the DP 2.0 feature. Initially just DG2.
    
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/3746e700641bc17eff270569387fe869707d92ed.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  4. drm/i915/dg2: configure TRANS_DP2_CTL for DP 2.0

    Set the DP 2.0 128b/132b channel encoding for UHBR rates.
    
    v2: Fix UHBR port clock check, use intel_dp_is_uhbr()
    
    Bspec: 54128
    Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/c88b08d80a96d1229ae941b296590633be4d8711.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  5. drm/i915/dp: select 128b/132b channel encoding for UHBR rates

    UHBR rates and 128b/132b channel encoding go hand in hand.
    
    v2: Fix check for >= UHBR rates using intel_dp_is_uhbr() (Ville)
    
    Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/b4ffd0187b306c0abaa08b89ed35c993ad8145c7.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  6. drm/i915/dp: use 128b/132b TPS2 for UHBR+ link rates

    128b/132b channel encoding has separate TPS1 and TPS2, although the DPCD
    register values coincide with 8b/10b TPS1 and TPS2 values. Use 128b/132b
    TPS2 for channel equalization.
    
    v2: Use intel_dp_is_uhbr
    
    Reviewed-by: Manasi Navare <manasi.d.navare@intel.com> # v1
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/723b29223dc570c8b63c3c6fe5fb772d9db06c0d.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  7. drm/i915/dp: add helper for checking for UHBR link rate

    Helpful abstraction to avoid duplication.
    
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/fe9a222ad900da797c989de9f7fa13928d2c9861.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  8. drm/i915/dg2: add DG2+ TRANS_DDI_FUNC_CTL DP 2.0 128b/132b mode

    Unfortunately, the DP 2.0 128b/132b DDI mode selection in the register
    conflicts with FDI. Since we have to deal with both meanings in the same
    code, for different platforms, clarify the macro name so we don't
    forget.
    
    Bspec: 50493
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/260e4da302d47ae50122eb8d517be6ac3ccb15f2.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  9. drm/dp: add helper for extracting adjust 128b/132b TX FFE preset

    The DP 2.0 128b/132b channel coding uses TX FFE presets instead of
    vswing and pre-emphasis.
    
    Cc: dri-devel@lists.freedesktop.org
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Acked-by: Maxime Ripard <mripard@kernel.org>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/4ba129c51aeb01a5f210de7026abe704a554a178.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  10. drm/dp: add LTTPR DP 2.0 DPCD addresses

    DP 2.0 brings some new DPCD addresses for PHY repeaters.
    
    Cc: dri-devel@lists.freedesktop.org
    Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
    Acked-by: Maxime Ripard <mripard@kernel.org>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/def17e2329722f22c35807be26b35590ccb93bfd.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  11. drm/dp: use more of the extended receiver cap

    Extend the use of extended receiver cap at 0x2200 to cover
    MAIN_LINK_CHANNEL_CODING_CAP in 0x2206, in case an implementation hides
    the DP 2.0 128b/132b channel encoding cap.
    
    v2: Extend to DP_RECEIVER_CAP_SIZE (Ville)
    
    Cc: Lyude Paul <lyude@redhat.com>
    Cc: dri-devel@lists.freedesktop.org
    Cc: Manasi Navare <manasi.d.navare@intel.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Reviewed-by: Lyude Paul <lyude@redhat.com>
    Acked-by: Maxime Ripard <mripard@kernel.org>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/649051cb896821147feee91aab1f2abc523c1353.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021
  12. drm/dp: add DP 2.0 UHBR link rate and bw code conversions

    The bw code equals link_rate / 0.27 Gbps only for 8b/10b link
    rates. Handle DP 2.0 UHBR rates as special cases, though this is not
    pretty.
    
    Cc: dri-devel@lists.freedesktop.org
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Acked-by: Maxime Ripard <mripard@kernel.org>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/cab4edda8834d6b4db610fabb5e1f1f18ae33c2c.1631191763.git.jani.nikula@intel.com
    jnikula committed Sep 20, 2021

Commits on Sep 17, 2021

  1. drm/i915/display/adlp: Add new PSR2 workarounds

    Wa_16014451276 fixes the starting coordinate for PSR2 selective
    updates. CHICKEN_TRANS definition of the workaround bit has a wrong
    name based on workaround definition and HSD.
    
    Wa_14014971508 allows the screen to continue to be updated when
    coming back from DC5/DC6 and SF_SINGLE_FULL_FRAME bit is not kept
    set in PSR2_MAN_TRK_CTL.
    
    Wa_16012604467 fixes underruns when exiting PSR2 when it is in one
    of its internal states.
    
    Wa_14014971508 is still in pending status in BSpec but by
    the time this is reviewed and ready to be merged it will be finalized.
    
    v2:
    - renamed register to ADLP_1_BASED_X_GRANULARITY
    - added comment about all ADL-P supported panels being 1 based X
    granularity
    
    BSpec: 54369
    BSpec: 50054
    Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
    Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914212507.177511-5-jose.souza@intel.com
    zehortigoza committed Sep 17, 2021
  2. drm/i915/display/psr: Use drm damage helpers to calculate plane damag…

    …ed area
    
    drm_atomic_helper_damage_iter_init() + drm_atomic_for_each_plane_damage()
    returns the full plane area in case no damaged area was set by
    userspace or it was discarted by driver.
    
    This is important to fix the rendering of userspace applications that
    does frontbuffer rendering and notify driver about dirty areas but do
    not set any dirty clips.
    
    With this we don't need to worry about to check and mark the whole
    area as damaged in page flips.
    
    Another important change here is the move of
    drm_atomic_add_affected_planes() call, it needs to called late
    otherwise the area of all the planes would be added to pipe_clip and
    not saving power.
    
    Cc: Daniel Vetter <daniel@ffwll.ch>
    Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914212507.177511-4-jose.souza@intel.com
    zehortigoza committed Sep 17, 2021
  3. drm/i915/display: Workaround cursor left overs with PSR2 selective fe…

    …tch enabled
    
    Not sure why but when moving the cursor fast it causes some artifacts
    of the cursor to be left in the cursor path, adding some pixels above
    the cursor to the damaged area fixes the issue, so leaving this as a
    workaround until proper fix is found.
    
    This is reproducile on TGL and ADL-P.
    
    Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914212507.177511-3-jose.souza@intel.com
    zehortigoza committed Sep 17, 2021
  4. drm/i915/display: Wait at least 2 frames before selective update

    BSpec states that the minimum number of frames before selective update
    is 2, so making sure this minimum limit is fulfilled.
    
    BSpec: 50422
    Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914212507.177511-2-jose.souza@intel.com
    zehortigoza committed Sep 17, 2021
  5. drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calcul…

    …ation
    
    As the SU_REGION_START begins at 0, the SU_REGION_END should be number
    of lines - 1.
    
    BSpec: 50424
    Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914212507.177511-1-jose.souza@intel.com
    zehortigoza committed Sep 17, 2021
  6. drm/i915/dmc: Update to DMC v2.12

    The release notes mentions that this version-
    1. Fix for unblock indication to punit.
    2. Robustness fix for DC6/6v abort scenarios.
    
    Cc: Imre Deak <Imre Deak <imre.deak@intel.com>>
    Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
    Reviewed-by: Imre Deak <imre.deak@intel.com>
    Signed-off-by: Imre Deak <imre.deak@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914215732.67135-2-anusha.srivatsa@intel.com
    anushasr authored and ideak committed Sep 17, 2021

Commits on Sep 16, 2021

  1. drm/i915: Free all DMC payloads

    Free all the DMC payloads, not just DMC_MAIN.
    
    unreferenced object 0xffff88ff32d4d800 (size 1024):
      comm "kworker/1:5", pid 701, jiffies 4294904239 (age 109.736s)
      hex dump (first 32 bytes):
        40 40 00 0c 03 00 00 00 00 00 00 00 00 00 00 00  @@..............
        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
      backtrace:
        [<00000000ba9d0d95>] dmc_load_work_fn+0x34d/0x510 [i915]
        [<000000001049fcab>] process_one_work+0x261/0x550
        [<00000000eeb995ac>] worker_thread+0x49/0x3c0
        [<0000000021031dc3>] kthread+0x10b/0x140
        [<000000004a0f69ee>] ret_from_fork+0x1f/0x30
    unreferenced object 0xffff88ff0bde4000 (size 1024):
      comm "kworker/0:3", pid 708, jiffies 4294904469 (age 108.816s)
      hex dump (first 32 bytes):
        40 40 00 0c 01 00 00 00 00 00 00 00 00 00 00 00  @@..............
        00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
      backtrace:
        [<00000000ba9d0d95>] dmc_load_work_fn+0x34d/0x510 [i915]
        [<000000001049fcab>] process_one_work+0x261/0x550
        [<00000000eeb995ac>] worker_thread+0x49/0x3c0
        [<0000000021031dc3>] kthread+0x10b/0x140
        [<000000004a0f69ee>] ret_from_fork+0x1f/0x30
    
    Fixes: 3d5928a ("drm/i915/xelpd: Pipe A DMC plugging")
    Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
    Cc: José Roberto de Souza <jose.souza@intel.com>
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
    Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210809194805.3793060-1-lucas.demarchi@intel.com
    ickle authored and lucasdemarchi committed Sep 16, 2021

Commits on Sep 15, 2021

  1. drm/i915: Update memory bandwidth parameters

    Earlier while calculating derated bw we would use 90% of the calculated
    bw. Starting ADL-P we use a non standard derating. Updating the formulae
    to reflect the same.
    
    Bspec: 64631
    
    v2: Use the new derating value only for ADL-P(MattR)
    
    Fixes: 4d32fe2 ("drm/i915/adl_p: Update memory bandwidth parameters")
    Cc: Matt Roper <matthew.d.roper@intel.com>
    Signed-off-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
    Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
    Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210914220744.16042-1-radhakrishna.sripada@intel.com
    rkinvictus authored and mattrope committed Sep 15, 2021
  2. drm/i915: Extract hsw_panel_transcoders()

    Extract the "panel transcoder" bitmask into a helper. We'll
    have a couple of uses for this later.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913144440.23008-9-ville.syrjala@linux.intel.com
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    vsyrjala committed Sep 15, 2021
  3. drm/i915: Adjust intel_dsc_power_domain() calling convention

    Pass the crtc+cpu_transcoder rather than the crtc state to
    intel_dsc_power_domain(). This should allow us to reuse it
    during readout as well.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913144440.23008-8-ville.syrjala@linux.intel.com
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    vsyrjala committed Sep 15, 2021
  4. drm/i915: Introduce with_intel_display_power_if_enabled()

    Add the _if_enabled() counterpart to with_intel_display_power().
    
    Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913144440.23008-7-ville.syrjala@linux.intel.com
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    vsyrjala committed Sep 15, 2021
  5. drm/i915: s/pipe/transcoder/ when dealing with PIPECONF/TRANSCONF

    PIPECONF becamse TRANSCONF when HSW introduced the EDP transcoder.
    Bigjoiner is making life even more confusing by introducing
    a N:1 relationship between pipes and transcoders. In that case
    we only enable/configure the transcoder corresponding to the
    master pipe. Let's do some renames to make it clear we're dealing
    with the transcoder rather than pipe when it comes to
    PIPECONF/TRANSCONF.
    
    I decided to leave the _cpu_ part out from the function/macro
    names since the PCH transcoder related stuff already has a
    _pch_ in their name. So shouldn't be possible to confuse them.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913144440.23008-6-ville.syrjala@linux.intel.com
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    vsyrjala committed Sep 15, 2021
  6. drm/i915: Flatten hsw_crtc_compute_clock()

    hsw_crtc_compute_clock() has become spaghetti. Flatten
    it a bit to make it at least semi-legible.
    
    Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913144440.23008-5-ville.syrjala@linux.intel.com
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    vsyrjala committed Sep 15, 2021
  7. drm/i915: Extract intel_dp_need_bigjoiner()

    Suck the "do we need bigjoiner?" checks into a helper instead of
    duplicating them in two differentt places.
    
    v2: s/use/need/ (Jani)
    
    Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913144440.23008-4-ville.syrjala@linux.intel.com
    Reviewed-by: Jani Nikula <jani.nikula@intel.com>
    vsyrjala committed Sep 15, 2021
  8. Merge drm/drm-next into drm-intel-next

    Catch-up on 5.15-rc1 and sync with drm-intel-gt-next
    to prepare the PXP topic branch.
    
    Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
    rodrigovivi committed Sep 15, 2021

Commits on Sep 14, 2021

  1. drm/i915/dg1: Add new PCI id

    New DG1 PCI id.
    
    BSpec: 44463
    Cc: Caz Yokoyama <caz.yokoyama@intel.com>
    Cc: Matt Roper <matthew.d.roper@intel.com>
    Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
    Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210913181909.35237-1-jose.souza@intel.com
    zehortigoza committed Sep 14, 2021
  2. drm/i915/edp: use MSO pixel overlap from DisplayID data

    Now that we have MSO pixel overlap in display info, use it.
    
    Reviewed-by: Uma Shankar <uma.shankar@intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/87d8d80ba205eb2ecb50f613219e0a821a842616.1630419362.git.jani.nikula@intel.com
    jnikula committed Sep 14, 2021
  3. drm/i915/edp: postpone MSO init until after EDID read

    MSO will require segment pixel overlap information from the
    EDID. Postpone MSO init until after we've read and cached the EDID.
    
    Reviewed-by: Uma Shankar <uma.shankar@intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/7a360fca01be0f971337b3635f4e4752922ffebe.1630419362.git.jani.nikula@intel.com
    jnikula committed Sep 14, 2021
  4. drm/edid: parse the DisplayID v2.0 VESA vendor block for MSO

    The VESA Organization Vendor-Specific Data Block, defined in VESA
    DisplayID Standard v2.0, specifies the eDP Multi-SST Operation (MSO)
    stream count and segment pixel overlap.
    
    DisplayID v1.3 has Appendix B: DisplayID as an EDID Extension,
    describing how DisplayID sections may be embedded in EDID extension
    blocks. DisplayID v2.0 does not have such a section, perhaps implying
    that DisplayID v2.0 data should not be included in EDID extensions, but
    rather in a "pure" DisplayID structure at its own DDC address pair
    A4h/A5h, as described in VESA E-DDC Standard v1.3 chapter 3.
    
    However, in practice, displays out in the field have embedded DisplayID
    v2.0 data blocks in EDID extensions, including, in particular, some eDP
    MSO displays, where a pure DisplayID structure is not available at all.
    
    Parse the MSO data from the DisplayID data block. Do it as part of
    drm_add_display_info(), extending it to parse also DisplayID data to
    avoid requiring extra calls to update the information.
    
    v2: Check for VESA OUI (Ville)
    
    Reviewed-by: Uma Shankar <uma.shankar@intel.com>
    Acked-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/73ca2887e7b37880690f5c9ba4594c9cd1170669.1630419362.git.jani.nikula@intel.com
    jnikula committed Sep 14, 2021
  5. drm/edid: abstract OUI conversion to 24-bit int

    Replace the open coded OUI conversion from three bytes to a 24-bit int,
    as we'll be adding one more user shortly. No functional changes.
    
    Side note: CTA-861 format has the OUI bytes in reverse order.
    
    Reviewed-by: Uma Shankar <uma.shankar@intel.com>
    Acked-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/2f43032d5f001510c7eed059321ceeb76d07a606.1630419362.git.jani.nikula@intel.com
    jnikula committed Sep 14, 2021
  6. drm/displayid: add DisplayID v2.0 data blocks and primary use cases

    DisplayID v2.0 changes the data block identifiers and product types (now
    called primary use cases).
    
    Reviewed-by: Uma Shankar <uma.shankar@intel.com>
    Acked-by: Maxime Ripard <maxime@cerno.tech>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/5a5c7e4477782c174f494947e2a2ea618b2b1ef2.1630419362.git.jani.nikula@intel.com
    jnikula committed Sep 14, 2021
Older