aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak1-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak1-22/+46
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak1-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak1-22/+46
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak1-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak1-22/+46
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin6-16/+16
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+23
2023-08-22drm/i915: fix Sphinx indentation warningJani Nikula1-0/+2
2023-08-22clk: Annotate struct clk_hw_onecell_data with __counted_byKees Cook1-2/+1
2023-08-22drm/i915/guc: Force a reset on internal GuC errorJohn Harrison3-5/+54
2023-08-22drm/nouveau: uvmm: fix unset region pointer on remapDanilo Krummrich1-0/+1
2023-08-22drm/nouveau: sched: avoid job races between entitiesDanilo Krummrich1-0/+22
2023-08-22drm/i915: Fix TLB-Invalidation seqno storeAlan Previn1-1/+1
2023-08-22drm/i915/dgfx: Enable d3cold at s2idleAnshuman Gupta1-15/+18
2023-08-22drm/i915/display: combine DP audio compute config stepsVinod Govindapillai1-6/+5
2023-08-22drm/i915/display: remove redundant parameter from sdp split updateVinod Govindapillai3-6/+5
2023-08-22drm/ttm/tests: Fix type conversion in ttm_pool_testKarolina Stolarek1-2/+2
2023-08-22Add cs42l43 PC focused SoundWire CODECMark Brown40-193/+368
2023-08-21drm/i915/display: Eliminate IS_METEORLAKE checksMatt Roper4-5/+5
2023-08-21drm/i915: Eliminate IS_MTL_DISPLAY_STEPMatt Roper5-11/+35
2023-08-21drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper8-14/+13
2023-08-21drm/i915/mtl: Eliminate subplatformsMatt Roper3-22/+0
2023-08-21drm/i915: Eliminate IS_MTL_MEDIA_STEPMatt Roper4-17/+37
2023-08-21drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper10-43/+62
2023-08-21drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionMatt Roper2-18/+31
2023-08-21drm/i915/xelpmp: Don't assume workarounds extend to future platformsMatt Roper1-2/+2
2023-08-21drm/i915: Consolidate condition for Wa_22011802037Matt Roper6-12/+24
2023-08-21drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang1-4/+1
2023-08-21drm/radeon: Use RMW accessors for changing LNKCTLIlpo Järvinen2-53/+20
2023-08-21drm/amdgpu: Use RMW accessors for changing LNKCTLIlpo Järvinen2-52/+20
2023-08-21drm/i915/display: Remove unused POWER_DOMAIN_MODESETGustavo Sousa3-12/+0
2023-08-21drm/panfrost: Skip speed binning on EOPNOTSUPPDavid Michael1-1/+1
2023-08-21drm/panfrost: Do not check for 0 return after calling platform_get_irq_byname()Ruan Jinjie3-6/+6
2023-08-21Merge tag 'amd-drm-next-6.6-2023-08-18' of https://gitlab.freedesktop.org/agd...Dave Airlie120-1122/+2364
2023-08-21Merge tag 'drm-misc-next-fixes-2023-08-17' of git://anongit.freedesktop.org/d...Dave Airlie2-2/+2
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman57-308/+562
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko3-15/+8
2023-08-18drm: bridge: samsung-dsim: Fix init during host transferFrieder Schrempf1-10/+17
2023-08-18drm/i915/dp: Check if force_dsc_output_format is possibleAnkit Nautiyal1-2/+28
2023-08-18drm/i915/dp: Check src/sink compressed bpp limit for edpAnkit Nautiyal1-3/+15
2023-08-18drm/i915/dp: Get optimal link config to have best compressed bppAnkit Nautiyal1-33/+261
2023-08-18drm/i915/dp: Separate out function to get compressed bpp with joinerAnkit Nautiyal1-24/+30
2023-08-18drm/i915/dp: Add DSC BPC/BPP constraints while selecting pipe bpp with DSCAnkit Nautiyal1-10/+24
2023-08-18drm/i915/dp: Separate out functions for edp/DP for computing DSC bppAnkit Nautiyal1-65/+126
2023-08-18drm/i915/dp: Rename helper to get DSC max pipe_bppAnkit Nautiyal3-6/+6
2023-08-18drm/i915/dp: Avoid left shift of DSC output bpp by 4Ankit Nautiyal2-8/+4
2023-08-18drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc alsoAnkit Nautiyal1-17/+31
2023-08-18drm/i915/dp: Add functions to get min/max src input bpc with DSCAnkit Nautiyal1-8/+27
2023-08-18drm/i915/dp: Avoid forcing DSC BPC for MST caseAnkit Nautiyal2-6/+11